Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and releases follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.1.2 - 2026-07-30

### Changed

- Positioned the crate as a security-hardened, allocation-free `no_std`
HOTP/TOTP verification core for Rust.
- Clarified the boundary between the auditable OTP primitive layer and
provisioning, QR, clock, database, and secret-generation concerns.
- Improved crates.io search metadata for `constant-time` and `no-std` users.

## 0.1.1 - 2026-07-30

### Added
Expand Down Expand Up @@ -44,6 +54,7 @@ and releases follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- `no_std` operation, checked 64-bit arithmetic, and Rust 1.85 MSRV.
- Complete RFC vector, boundary, API contract, and documentation tests.

[Unreleased]: https://github.com/copyleftdev/totp-rfc/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/copyleftdev/totp-rfc/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/copyleftdev/totp-rfc/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/copyleftdev/totp-rfc/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/copyleftdev/totp-rfc/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totp-rfc"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.85"
description = "Security-hardened, allocation-free no_std HOTP and TOTP for Rust with strict RFC 4226/6238 behavior"
Expand Down
2 changes: 1 addition & 1 deletion tools/ctgrind-harness/Cargo.lock

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