Skip to content

Commit e144006

Browse files
v0.22.1
1 parent 64cca59 commit e144006

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "base64"
3-
version = "0.22.0"
4-
authors = ["Alice Maz <[email protected]>", "Marshall Pierce <[email protected]>"]
3+
version = "0.22.1"
4+
authors = ["Marshall Pierce <[email protected]>"]
55
description = "encodes and decodes base64 as bytes or utf8"
66
repository = "https://github.com/marshallpierce/rust-base64"
77
documentation = "https://docs.rs/base64"

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.22.1
2+
3+
- Correct the symbols used for the predefined `alphabet::BIN_HEX`.
4+
15
# 0.22.0
26

37
- `DecodeSliceError::OutputSliceTooSmall` is now conservative rather than precise. That is, the error will only occur if the decoded output _cannot_ fit, meaning that `Engine::decode_slice` can now be used with exactly-sized output slices. As part of this, `Engine::internal_decode` now returns `DecodeSliceError` instead of `DecodeError`, but that is not expected to affect any external callers.

0 commit comments

Comments
 (0)