Skip to content

Commit 59dc02b

Browse files
authored
tai64: v4.1.0 (#1590)
Fixed - fix TAI offset and verify with GH Action (#1583)
1 parent c5f161e commit 59dc02b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.1.0 (2024-10-29)
8+
9+
### Changed
10+
- MSRV bump from 1.56 to 1.60 ([#802])
11+
12+
### Fixed
13+
- fix TAI offset and verify with GH Action ([#1583])
14+
15+
[#802]: https://github.com/RustCrypto/formats/pull/802
16+
[#1583]: https://github.com/RustCrypto/formats/pull/1583
17+
718
## 4.0.0 (2021-11-04)
819
### Changed
920
- 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.1.0"
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)