Skip to content

Commit b57805b

Browse files
authored
base32ct v0.2.0 (#891)
1 parent 9837f13 commit b57805b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@ 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.2.0 (2023-02-26)
8+
### Changed
9+
- MSRV 1.60 ([#802])
10+
- Lint improvements ([#824])
11+
12+
[#802]: https://github.com/RustCrypto/formats/pull/802
13+
[#824]: https://github.com/RustCrypto/formats/pull/824
14+
715
## 0.1.0 (2022-06-12)
816
- Initial release

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.2.0-pre"
3+
version = "0.2.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)