Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -1,8 +1,8 @@ [package] name = "strval" -version = "0.2.0" +version = "0.3.0" edition = "2024" license = "0BSD" # https://crates.io/category_slugs categories = ["text-processing"] keywords = ["parsing", "string", "rusqlite"] @@ -26,14 +26,14 @@ rusqlite = ["dep:rusqlite"] [dependencies] jiff = { version = "0.2.15" } parse-size = { version = "1.1.0" } -rusqlite = { version = "0.36.0", optional = true } +rusqlite = { version = "0.37.0", optional = true } [dev-dependencies] -strum = { version = "0.27.1", features = ["derive"] } +strum = { version = "0.27.2", features = ["derive"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"] Index: bacon.toml ================================================================== --- bacon.toml +++ bacon.toml @@ -35,10 +35,18 @@ # need_stdout = false [jobs.clippy-all] command = ["cargo", "+beta", "clippy", "--all-features", "--all-targets"] need_stdout = false +#on_success = "play-sound(name=90s-game-ui-6,volume=50)" +#on_failure = "play-sound(name=beep-warning,volume=100)" + +#apply_gitignore = false + +#ignore = ["src/**/.*.swp"] +#ignore = ["**/.*.swp"] + # This job lets you run # - all tests: bacon test # - a specific test: bacon test -- config::test_default_files # - the tests of a package: bacon test -- -- -p config [jobs.test] @@ -110,5 +118,10 @@ # Shortcuts to internal functions (scrolling, toggling, etc.) # should go in your personal global prefs.toml file instead. [keybindings] # alt-m = "job:my-job" c = "job:clippy-all" # comment this to have 'c' run clippy on only the default target + +#[sound] +#enabled = true +#base_volume = "100%" # global volume multiplier + Index: www/changelog.md ================================================================== --- www/changelog.md +++ www/changelog.md @@ -2,18 +2,28 @@ ⚠️ indicates a breaking change. ## [Unreleased] -[Details](/vdiff?from=strval-0.2.0&to=trunk) +[Details](/vdiff?from=strval-0.3.0&to=trunk) ### Added ### Changed ### Removed +--- + +## [0.3.0] - 2025-07-29 + +[Details](/vdiff?from=strval-0.2.0&to=strval-0.3.0) + +### Changed + +- ⚠️ Update `rusqlite` to `0.37.0`. + --- ## [0.2.0] - 2025-07-09 [Details](/vdiff?from=strval-0.1.1&to=strval-0.2.0) Index: www/index.md ================================================================== --- www/index.md +++ www/index.md @@ -22,11 +22,11 @@ ## Project status This crate is being actively developed and maintained. -_strval_ is unlikely to reach `1.0.0` because it is a _tracking crate_. +_strval_ is unlikely to reach `1.0.0` because it is a tracking crate. ### Version compatibility _strval_ tracks the [rusqlite](https://crates.io/crates/rusqlite) crate. @@ -40,8 +40,16 @@ 0.1.x 0.36.0 + + 0.2.x + 0.36.0 + + + 0.3.x + 0.37.0 +