Skip to content

Commit ad926ce

Browse files
committed
Bump version to 0.3.0 and update CHANGES.md
1 parent ad1b5fc commit ad926ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 (2017-02-26)
2+
3+
* [#4](https://github.com/RustSec/rustsec-client/pull/4)
4+
Rename `crate_name` TOML attribute back to `package`.
5+
([@tarcieri])
6+
17
## 0.2.0 (2017-02-25)
28

39
* [#3](https://github.com/RustSec/rustsec-client/pull/3)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsec"
33
description = "Client library for the RustSec security advisory database"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["Tony Arcieri <bascule@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rustsec/rustsec"

0 commit comments

Comments
 (0)