diff --git a/CHANGELOG.md b/CHANGELOG.md index 93649fd..56c062c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## [0.35.0] 2024-09-03 +## [0.35.0](https://github.com/fornwall/rust-script/releases/tag/0.35.0) 2024-09-03 ### Fixed -- Make `RUST_SCRIPT_BASE_PATH` report the correct path when `rust-script` executes with `--base-path` (#136). +- Make `RUST_SCRIPT_BASE_PATH` report the correct path when `rust-script` executes with `--base-path` ([#136](https://github.com/fornwall/rust-script/pull/136)). +- Bump dependencies, raising MSRV from `1.64` to `1.74` ([#138](https://github.com/fornwall/rust-script/pull/138)). -## [0.34.0] 2023-09-27 +## [0.34.0](https://github.com/fornwall/rust-script/releases/tag/0.34.0) 2023-09-27 ### Added - Publish binaries on GitHub releases, for use with e.g. `cargo binstall`.