File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -7,28 +7,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.4.0] - 2025-08-26
11+
12+ ### Added
13+
14+ - ` cargo as ` is now available (#137 )
15+
1016### Fixed
1117
1218- Fixed metadata error when using ` --manifest-path ` outside of a project folder.
19+ - Fixed incorrect parsing of ` -Z ` flags causing them to not be considered (#128 )
20+ - Improve help messages (#126 , #131 )
1321
1422### Changed
1523
1624- The ` llvm-tools-preview ` component was renamed to ` llvm-tools `
17-
18- ### Changed
19-
2025- MSRV Changed to 1.70.0
2126- Bump ` rust-cfg ` to 0.5, ` cargo_metadata ` to 0.18, ` clap ` to 4 and ` toml ` to 0.8
22-
23- ### Fixed
24-
25- - Fixed incorrect parsing of ` -Z ` flags causing them to not be considered (#128 )
27+ - Output better error messages on build failures (#154 )
2628
2729## [ v0.3.6] - 2022-06-20
2830
2931### Added
3032
3133- Action to build binaries and release for every version tag and latest commit
34+ - Support ` --manifest-path ` and ` --config ` args to Cargo (#146 , #150 )
3235
3336### Changed
3437
@@ -206,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
206209
207210Initial release
208211
209- [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.6...HEAD
212+ [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.4.0...HEAD
213+ [ v0.4.0 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.6...v0.4.0
210214[ v0.3.6 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.5...v0.3.6
211215[ v0.3.5 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.4...v0.3.5
212216[ v0.3.4 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.3...v0.3.4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212name = " cargo-binutils"
1313readme = " README.md"
1414repository = " https://github.com/rust-embedded/cargo-binutils/"
15- version = " 0.3.6 "
15+ version = " 0.4.0 "
1616rust-version = " 1.70.0"
1717
1818[dependencies ]
You can’t perform that action at this time.
0 commit comments