Skip to content

Commit

Permalink
Merge #110
Browse files Browse the repository at this point in the history
110: Prepare 0.3.4 release r=therealprof a=adamgreig



Co-authored-by: Adam Greig <[email protected]>
  • Loading branch information
bors[bot] and adamgreig authored Nov 16, 2021
2 parents 17eb16d + 0fc051a commit 891939d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.3.4] - 2021-11-16

### Fixed

- Fix arch-name argument which now uses an equals sign (#108)

### Changed

- MSRV bumped to 1.46

## [v0.3.3] - 2020-11-17

### Added
Expand Down Expand Up @@ -159,7 +169,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.4...HEAD
[v0.3.4]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/rust-embedded/cargo-binutils/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cargo-binutils"
readme = "README.md"
repository = "https://github.com/rust-embedded/cargo-binutils/"
version = "0.3.3"
version = "0.3.4"

[dependencies]
cargo_metadata = "0.11"
Expand Down

0 comments on commit 891939d

Please sign in to comment.