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/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.4.0] - 2025-08-26
11
+
12
+ ### Added
13
+
14
+ - ` cargo as ` is now available (#137 )
15
+
10
16
### Fixed
11
17
12
18
- 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 )
13
21
14
22
### Changed
15
23
16
24
- The ` llvm-tools-preview ` component was renamed to ` llvm-tools `
17
-
18
- ### Changed
19
-
20
25
- MSRV Changed to 1.70.0
21
26
- 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 )
26
28
27
29
## [ v0.3.6] - 2022-06-20
28
30
29
31
### Added
30
32
31
33
- Action to build binaries and release for every version tag and latest commit
34
+ - Support ` --manifest-path ` and ` --config ` args to Cargo (#146 , #150 )
32
35
33
36
### Changed
34
37
@@ -206,7 +209,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
206
209
207
210
Initial release
208
211
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
210
214
[ v0.3.6 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.5...v0.3.6
211
215
[ v0.3.5 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.4...v0.3.5
212
216
[ 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"
12
12
name = " cargo-binutils"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cargo-binutils/"
15
- version = " 0.3.6 "
15
+ version = " 0.4.0 "
16
16
rust-version = " 1.70.0"
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments