Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorstmann committed Jan 6, 2025
1 parent 64dd802 commit 811361a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.2](https://github.com/jhorstmann/packedtime-rs/tree/0.3.1) (2025-01-06)

- Add `days_in_month` kernel

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

- The `date_add_month` kernels should leave the time part unchanged
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.3.1"
version = "0.3.2"
edition = "2021"

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

0 comments on commit 811361a

Please sign in to comment.