Skip to content

Commit 4084b39

Browse files
authored
base32ct v0.3.0 (#2007)
1 parent 45ebf55 commit 4084b39

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

base32ct/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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+
## 0.3.0 (2025-08-20)
8+
### Changed
9+
- Upgrade to 2024 edition; MSRV 1.85 ([#1670])
10+
- Use `core::error::Error` ([#2006])
11+
12+
### Removed
13+
- `std` feature ([#2006])
14+
15+
[#1670]: https://github.com/RustCrypto/formats/pull/1670
16+
[#2006]: https://github.com/RustCrypto/formats/pull/2006
17+
718
## 0.2.2 (2025-02-23)
819
### Added
920
- `const fn` for `encoded_len` ([#1424])

base32ct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base32ct"
3-
version = "0.3.0-pre"
3+
version = "0.3.0"
44
description = """
55
Pure Rust implementation of Base32 (RFC 4648) which avoids any usages of
66
data-dependent branches/LUTs and thereby provides portable "best effort"

0 commit comments

Comments
 (0)