Skip to content

Commit 5443190

Browse files
github-actions[bot]eopb
authored andcommitted
chore: release
1 parent b581d03 commit 5443190

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.3](https://github.com/eopb/cargo-override/compare/v0.0.2...v0.0.3) - 2024-09-08
10+
11+
### Fixed
12+
13+
- Missing styling in CLI help text
14+
15+
### Other
16+
17+
- Introduced nix flake installation method
18+
- Started running tests on MacOS in CI
19+
920
## [0.0.2](https://github.com/eopb/cargo-override/compare/v0.0.1...v0.0.2) - 2024-09-04
1021

1122
### Other

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.2"
3+
version = "0.0.3"
44
edition = "2021"
55
rust-version = "1.79"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)