Skip to content

Commit 1c54efd

Browse files
committed
tai64: v4.0.1
Fixed - fix TAI offset and verify with GH Action (RustCrypto#1583)
1 parent c5f161e commit 1c54efd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tai64/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## 4.0.1 (2024-10-29)
8+
9+
### Fixed
10+
- fix TAI offset and verify with GH Action ([#1583])
11+
12+
[#1583]: https://github.com/RustCrypto/formats/pull/1583
13+
714
## 4.0.0 (2021-11-04)
815
### Changed
916
- Upgrade to Rust 2021 edition; MSRV 1.56+

tai64/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tai64"
33
description = "TAI64 and TAI64N (i.e. Temps Atomique International) timestamp support for Rust"
4-
version = "5.0.0-pre"
4+
version = "4.0.1"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://github.com/RustCrypto/formats/tree/master/tai64"

0 commit comments

Comments
 (0)