Skip to content

Commit 3a74aaa

Browse files
authored
base64ct v1.7.1 (#1703)
1 parent 7615a5b commit 3a74aaa

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

base64ct/CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.7.1 (2025-03-10)
8+
### Changed
9+
- MSRV 1.81 - edition downgraded to 2021 from yanked 1.7.0 release ([#1702])
10+
11+
[#1702]: https://github.com/RustCrypto/formats/pull/1702
12+
713
## 1.7.0 (2025-02-25) [YANKED]
814
### Added
915
- derive additional traits on alphabets ([#1578])
@@ -13,9 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319
- reject zero-length decode requests ([#1387])
1420
- use `core::error::Error` ([#1681])
1521

16-
[#1670]: https://github.com/RustCrypto/formats/pull/1670
17-
[#1578]: https://github.com/RustCrypto/formats/pull/1578
1822
[#1387]: https://github.com/RustCrypto/formats/pull/1387
23+
[#1578]: https://github.com/RustCrypto/formats/pull/1578
24+
[#1670]: https://github.com/RustCrypto/formats/pull/1670
25+
[#1681]: https://github.com/RustCrypto/formats/pull/1681
1926

2027
## 1.6.0 (2023-02-26)
2128
### Changed

base64ct/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base64ct/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base64ct"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = """
55
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
66
data-dependent branches/LUTs and thereby provides portable "best effort"

base64ct/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dual licensed as above, without any additional terms or conditions.
6565

6666
[//]: # (badges)
6767

68-
[crate-image]: https://img.shields.io/crates/v/base64ct
68+
[crate-image]: https://img.shields.io/crates/v/base64ct?logo=rust
6969
[crate-link]: https://crates.io/crates/base64ct
7070
[docs-image]: https://docs.rs/base64ct/badge.svg
7171
[docs-link]: https://docs.rs/base64ct/

0 commit comments

Comments
 (0)