Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 15, 2019
1 parent d3b8cf0 commit 93114f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
## [0.3.0] (2019-03-15)

- Upgrade to Rust 2018 edition ([#19])
- Require license to be set ([#9])

## 0.2.0 (2018-06-10)

- Respect `CARGO_TARGET_DIR` env var ([#1])

## 0.1.1 (2018-04-19)

* Move documentation into README.md.
- Move documentation into README.md.

## 0.1.0 (2018-04-19)

* Initial release
- Initial release

[0.3.0]: https://github.com/RustRPM/cargo-rpm/pull/21
[#19]: https://github.com/RustRPM/cargo-rpm/pull/19
[#9]: https://github.com/RustRPM/cargo-rpm/pull/9
[#1]: https://github.com/RustRPM/cargo-rpm/pull/1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-rpm"
description = "Build RPMs from Rust projects using Cargo workflows"
version = "0.1.1"
version = "0.3.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 93114f5

Please sign in to comment.