Skip to content

Commit 4f79341

Browse files
bors[bot]adamgreig
andauthored
Merge #117
117: Prepare v0.3.5 r=therealprof a=adamgreig May as well get #116 released! Co-authored-by: Adam Greig <[email protected]>
2 parents 21e0d4c + 30d0873 commit 4f79341

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

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.4"
15+
version = "0.3.5"
1616

1717
[dependencies]
1818
cargo_metadata = "0.11"

0 commit comments

Comments
 (0)