Skip to content

Commit

Permalink
Prepare release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed Apr 4, 2024
1 parent 488fdd0 commit e3725e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.2.2 (2024-04-03)

* Make it possible to initialize a `TaiClock` from an arbitrary `Instant` or an
arbitrary `SystemTime` ([#12]).
* Derive more traits on `TaiTime` and `TaiClock`.

[#12]: https://github.com/asynchronics/tai-time/pull/12


# 0.2.1 (2024-04-03)

* Add `TaiClock`, a monotonic clock that can generate TAI timestamps on all
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "tai-time"
# - Update CHANGELOG.md
# - Update if necessary copyright notice in LICENSE-MIT
# - Create a "vX.Y.Z" git tag
version = "0.2.1"
version = "0.2.2"
authors = ["Serge Barral <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
tai-time = "0.2.1"
tai-time = "0.2.2"
```


Expand Down

0 comments on commit e3725e5

Please sign in to comment.