File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.3.5] - 2022-02-12
11+
12+ ### Added
13+
14+ - Detect when llvm-binutils haven't been installed and suggest installing them (#116 )
15+
16+ ### Changed
17+
18+ - Fix syntax of some examples to use two dashes for arguments to binutils (#114 , #115 )
19+
1020## [ v0.3.4] - 2021-11-16
1121
1222### Fixed
@@ -169,7 +179,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
169179
170180Initial release
171181
172- [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.4...HEAD
182+ [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.5...HEAD
183+ [ v0.3.5 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.4...v0.3.5
173184[ v0.3.4 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.3...v0.3.4
174185[ v0.3.3 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.2...v0.3.3
175186[ v0.3.2 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.1...v0.3.2
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.4 "
15+ version = " 0.3.5 "
1616
1717[dependencies ]
1818cargo_metadata = " 0.11"
You can’t perform that action at this time.
0 commit comments