Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wezm/titlecase Loading
base: v2.2.1
Choose a base ref
...
head repository: wezm/titlecase Loading
compare: v3.0.0
Choose a head ref
  • 19 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 31, 2024

  1. feat: add MSRV to Cargo.toml

    negezor committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    93b548e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131e7a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c762757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34071d7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from negezor/track-msvr

    Track MSRV in Cargo.toml
    wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    d0d4394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8656f23 View commit details
    Browse the repository at this point in the history
  7. chore(deps): remove lazy_static dependency

    negezor authored and wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    33d71d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13a4888 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bb00e3 View commit details
    Browse the repository at this point in the history
  10. chore(deps): remove joinery dependency

    negezor authored and wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    60b14ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    056446a View commit details
    Browse the repository at this point in the history
  12. chore(deps): update regex dependency

    negezor authored and wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    d8e5398 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f80ed22 View commit details
    Browse the repository at this point in the history
  14. Update CI Alpine version

    The Rust 1.70 build fails on new Alpine due to the musl upgrade and its
    file api changes:
    
    undefined reference to `fstat64'
    undefined reference to `lseek64'
    
    etc. So now do that build on Debian
    wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c705c1e View commit details
    Browse the repository at this point in the history
  15. Rename some functions

    wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    323d0c7 View commit details
    Browse the repository at this point in the history
  16. Slim down regex crate features

    wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    20540ba View commit details
    Browse the repository at this point in the history
  17. Add Japanese test

    wezm committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b511751 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Prepare for publishing binaries (#22)

    * Prepare for publishing binaries
    * Remove .cargo/config
    wezm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eb1f94c View commit details
    Browse the repository at this point in the history
  2. Version 3.0.0

    wezm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    efd406a View commit details
    Browse the repository at this point in the history
Loading