Skip to content

Commit 4e4f130

Browse files
Merge #75
75: Prepare 0.3.0 release r=adamgreig a=therealprof Signed-off-by: Daniel Egger <daniel@eggers-club.de> Co-authored-by: Daniel Egger <daniel@eggers-club.de>
2 parents 3555526 + dada721 commit 4e4f130

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

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

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
edition = "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+
]
47
categories = ["command-line-utilities", "development-tools"]
58
description = "Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size"
69
documentation = "https://github.com/rust-embedded/cargo-binutils#cargo-binutils"
@@ -9,7 +12,7 @@ license = "MIT OR Apache-2.0"
912
name = "cargo-binutils"
1013
readme = "README.md"
1114
repository = "https://github.com/rust-embedded/cargo-binutils/"
12-
version = "0.2.0"
15+
version = "0.3.0"
1316

1417
[dependencies]
1518
cargo_metadata = "0.10"

0 commit comments

Comments
 (0)