Skip to content

Commit c80b026

Browse files
authored
Merge pull request #159 from rust-embedded/release-0.4.0
Prepare for 0.4.0
2 parents 4915531 + 3769f5a commit c80b026

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff 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

207210
Initial 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "cargo-binutils"
1313
readme = "README.md"
1414
repository = "https://github.com/rust-embedded/cargo-binutils/"
15-
version = "0.3.6"
15+
version = "0.4.0"
1616
rust-version = "1.70.0"
1717

1818
[dependencies]

0 commit comments

Comments
 (0)