Skip to content

Commit 0dc82f9

Browse files
v0.12.1
1 parent 5b82272 commit 0dc82f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base64"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Alice Maz <[email protected]>", "Marshall Pierce <[email protected]>"]
55
description = "encodes and decodes base64 as bytes or utf8"
66
repository = "https://github.com/marshallpierce/rust-base64"

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.12.1
2+
3+
- Add `Bcrypt` alphabet
4+
15
# 0.12.0
26

37
- A `Read` implementation (`DecoderReader`) to let users transparently decoded data from a b64 input source

0 commit comments

Comments
 (0)