Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Sep 14, 2018
1 parent 80c8a4b commit 61bb3b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "base64"
version = "0.9.2"
version = "0.9.3"
authors = ["Alice Maz <alice@alicemaz.com>", "Marshall Pierce <marshall@mpierce.org>"]
description = "encodes and decodes base64 as bytes or utf8"
repository = "https://github.com/alicemaz/rust-base64"
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
@@ -1,3 +1,7 @@
# 0.9.3

- Update safemem

# 0.9.2

- Derive `Clone` for `DecodeError`.
Expand Down

0 comments on commit 61bb3b6

Please sign in to comment.