Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorstmann committed Nov 1, 2023
1 parent 74d7614 commit 69e1936
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.3.0](https://github.com/jhorstmann/packedtime-rs/tree/0.3.0) (2023-11-01)

- Support calculating the difference between dates in units of years or months
- More reliable auto-vectorization due to less branches

## [0.2.6](https://github.com/jhorstmann/packedtime-rs/tree/0.2.6) (2023-07-03)

- Fixed bug with negative timezone offsets in `PackedTimestamp`
Expand Down
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
Expand Up @@ -2,7 +2,7 @@
name = "packedtime-rs"
description = "Utilities for efficiently storing, parsing, formatting and truncating timestamps"
authors = ["Jörn Horstmann <[email protected]>"]
version = "0.2.6"
version = "0.3.0"
edition = "2021"

repository = "https://github.com/jhorstmann/packedtime-rs"
Expand Down

0 comments on commit 69e1936

Please sign in to comment.