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/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
20
## [ v0.3.4] - 2021-11-16
11
21
12
22
### Fixed
@@ -169,7 +179,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
169
179
170
180
Initial release
171
181
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
173
184
[ v0.3.4 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.3...v0.3.4
174
185
[ v0.3.3 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.2...v0.3.3
175
186
[ 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"
12
12
name = " cargo-binutils"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cargo-binutils/"
15
- version = " 0.3.4 "
15
+ version = " 0.3.5 "
16
16
17
17
[dependencies ]
18
18
cargo_metadata = " 0.11"
You can’t perform that action at this time.
0 commit comments