Skip to content

Commit 98719c3

Browse files
authored
base32ct v0.3.1 (#2244)
1 parent 97dbdac commit 98719c3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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: 6 additions & 0 deletions
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+
## 0.3.1 (2026-02-26)
8+
### Fixed
9+
- Avoid panics when decoding inputs; enforce lengths ([#2084])
10+
11+
[#2084]: https://github.com/RustCrypto/formats/pull/2084
12+
713
## 0.3.0 (2025-08-20)
814
### Changed
915
- Upgrade to 2024 edition; MSRV 1.85 ([#1670])

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"
3+
version = "0.3.1"
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"

base32ct/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (c) 2014 Steve "Sc00bz" Thomas (steve at tobtu dot com)
22
Copyright (c) 2016-2018 Paragon Initiative Enterprises.
3-
Copyright (c) 2022-2025 The RustCrypto Project Developers
3+
Copyright (c) 2022-2026 The RustCrypto Project Developers
44

55
Permission is hereby granted, free of charge, to any
66
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)