Skip to content

Commit 95f575b

Browse files
v0.12.2
1 parent a3fe733 commit 95f575b

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.1"
3+
version = "0.12.2"
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.2
2+
3+
Add `BinHex` alphabet
4+
15
# 0.12.1
26

37
- Add `Bcrypt` alphabet

0 commit comments

Comments
 (0)