Skip to content

Commit

Permalink
Bump version to 0.1.0 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Feb 26, 2017
1 parent aafefc8 commit a6334b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.1.0 (2017-02-25)

* Initial release
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "rustsec"
description = "Client library for the RustSec security advisory database"
version = "0.0.0"
version = "0.1.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustsec/rustsec"
documentation = "https://github.com/rustsec/rustsec"
categories = ["api-bindings", "development-tools"]
keywords = ["rustsec", "security", "advisory", "vulnerability"]

[dependencies]
Expand Down

0 comments on commit a6334b8

Please sign in to comment.