Skip to content

Commit

Permalink
base64ct: v1.7.0 (#1683)
Browse files Browse the repository at this point in the history
Added
- derive additional traits on alphabets (#1578)

Changed
- MSRV 1.85 // Edition 2024 (#1670)
- reject zero-length decode requests (#1387)
- use `core::error::Error` (#1681)
  • Loading branch information
baloo authored Feb 26, 2025
1 parent 433c010 commit e91e337
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions base64ct/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.7.0 (2025-02-25)
### Added
- derive additional traits on alphabets ([#1578])

### Changed
- MSRV 1.85 // Edition 2024 ([#1670])
- reject zero-length decode requests ([#1387])
- use `core::error::Error` ([#1681])

[#1670]: /~https://github.com/RustCrypto/formats/pull/1670
[#1578]: /~https://github.com/RustCrypto/formats/pull/1578
[#1387]: /~https://github.com/RustCrypto/formats/pull/1387

## 1.6.0 (2023-02-26)
### Changed
- MSRV 1.60 ([#802])
Expand Down
2 changes: 1 addition & 1 deletion base64ct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base64ct"
version = "1.7.0-pre"
version = "1.7.0"
description = """
Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
data-dependent branches/LUTs and thereby provides portable "best effort"
Expand Down

0 comments on commit e91e337

Please sign in to comment.