Skip to content

Commit 84922b6

Browse files
github-actions[bot]eopb
authored andcommitted
chore: release v0.0.6
1 parent d15c59f commit 84922b6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.6](https://github.com/eopb/cargo-override/compare/v0.0.5...v0.0.6) - 2025-03-14
10+
11+
### Added
12+
13+
- Added new command 'cargo rm-override' for removing overrides ([#133](https://github.com/eopb/cargo-override/pull/133))
14+
15+
### Other
16+
17+
- Bumped dependencies
18+
919
## [0.0.5](https://github.com/eopb/cargo-override/compare/v0.0.4...v0.0.5) - 2024-09-14
1020

1121
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.5"
3+
version = "0.0.6"
44
edition = "2021"
55
rust-version = "1.83"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)