Skip to content
This repository was archived by the owner on Nov 25, 2018. It is now read-only.

Commit 36741e4

Browse files
committed
Bump version to 0.3.3 and update CHANGES.md
1 parent b120dea commit 36741e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.3.3 (2017-02-08)
2+
3+
* Update project links to use "macaroons-rs"
4+
5+
## 0.3.2 (2017-01-31)
6+
7+
* Add "authentication" category to Cargo.toml.
8+
19
## 0.3.1 (2016-07-31)
210

311
* [#15](https://github.com/cryptosphere/macaroons-rs/pull/15)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
keywords = ["cookies", "authorization", "credentials"]
88
categories = ["authentication"]
99
license = "MIT"
10-
version = "0.3.1"
10+
version = "0.3.3"
1111
authors = ["Tony Arcieri <[email protected]>"]
1212

1313
[dependencies]

0 commit comments

Comments
 (0)