Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tai64: v5.0.0 #1589

Closed
wants to merge 1 commit into from
Closed
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
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.

16 changes: 16 additions & 0 deletions tai64/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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).

## 5.0.0 (2024-10-29)
### Changed
- bump zeroize from 1.4.2 to 1.4.3 ([#187])
- Lint improvements ([#824])
- bump zeroize from 1.5.7 to 1.6.0 ([#956])
- bump zeroize from 1.7.0 to 1.8.1 ([#1419])
baloo marked this conversation as resolved.
Show resolved Hide resolved

### Fixed
- fix TAI offset and verify with GH Action ([#1583])

[#187]: https://github.com/RustCrypto/formats/pull/187
[#824]: https://github.com/RustCrypto/formats/pull/824
[#956]: https://github.com/RustCrypto/formats/pull/956
[#1419]: https://github.com/RustCrypto/formats/pull/1419
[#1583]: https://github.com/RustCrypto/formats/pull/1583

## 4.0.0 (2021-11-04)
### Changed
- Upgrade to Rust 2021 edition; MSRV 1.56+
Expand Down
2 changes: 1 addition & 1 deletion tai64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tai64"
description = "TAI64 and TAI64N (i.e. Temps Atomique International) timestamp support for Rust"
version = "5.0.0-pre"
version = "5.0.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/RustCrypto/formats/tree/master/tai64"
Expand Down
Loading