File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ v0.3.0] - 2020-05-28
11+
1012### Added
1113
1214- Added ` --quiet ` and ` --color ` arguments to be passed to ` cargo build `
@@ -128,7 +130,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
128130
129131Initial release
130132
131- [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.2.0...HEAD
133+ [ Unreleased ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.3.0...HEAD
134+ [ v0.3.0 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.2.0...v0.3.0
132135[ v0.2.0 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.1.7...v0.2.0
133136[ v0.1.7 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.1.6...v0.1.7
134137[ v0.1.6 ] : https://github.com/rust-embedded/cargo-binutils/compare/v0.1.5...v0.1.6
Original file line number Diff line number Diff line change 11[package ]
22edition = " 2018"
3- authors = [" Jorge Aparicio <jorge@japaric.io>" ]
3+ authors = [
4+ " The Tools Team <tools@teams.rust-embedded.org>" ,
5+ " Jorge Aparicio <jorge@japaric.io>" ,
6+ ]
47categories = [" command-line-utilities" , " development-tools" ]
58description = " Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size"
69documentation = " https://github.com/rust-embedded/cargo-binutils#cargo-binutils"
@@ -9,7 +12,7 @@ license = "MIT OR Apache-2.0"
912name = " cargo-binutils"
1013readme = " README.md"
1114repository = " https://github.com/rust-embedded/cargo-binutils/"
12- version = " 0.2 .0"
15+ version = " 0.3 .0"
1316
1417[dependencies ]
1518cargo_metadata = " 0.10"
You can’t perform that action at this time.
0 commit comments