Skip to content

Commit dc4c853

Browse files
chore: release (#139)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34f5592 commit dc4c853

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.5](https://github.com/eopb/cargo-override/compare/v0.0.4...v0.0.5) - 2024-09-14
10+
11+
### Added
12+
13+
- Support for Windows, tested in CI
14+
15+
### Fixed
16+
17+
- Escaping of paths which was causing panics on Windows ([#134](https://github.com/eopb/cargo-override/pull/134))
18+
- Typos in error messages ([#143](https://github.com/eopb/cargo-override/pull/143))
19+
20+
### Other
21+
22+
- Some dependency upgrades
23+
924
## [0.0.4](https://github.com/eopb/cargo-override/compare/v0.0.3...v0.0.4) - 2024-09-11
1025

1126
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-override"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
rust-version = "1.79"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)