Skip to content

Commit

Permalink
chore: release v0.3.1 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: stedi-release-plz[bot] <187030163+stedi-release-plz[bot]@users.noreply.github.com>
  • Loading branch information
stedi-release-plz[bot] authored Nov 26, 2024
1 parent d9b4c5a commit 28e565f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.1](https://github.com/Stedi/jsonata-rs/compare/v0.3.0...v0.3.1) - 2024-11-20

### Fixed

- handle year fmt in from millis fn ([#144](https://github.com/Stedi/jsonata-rs/pull/144))

### Other

- *(deps)* update github actions upgrade ([#143](https://github.com/Stedi/jsonata-rs/pull/143))

## [0.3.0](https://github.com/Stedi/jsonata-rs/compare/v0.2.0...v0.3.0) - 2024-11-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonata-rs"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "Apache-2.0"
authors = ["Stedi"]
Expand Down

0 comments on commit 28e565f

Please sign in to comment.