Skip to content

Commit

Permalink
chore: release v0.3.2 (#149)
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 Dec 11, 2024
1 parent a3c790b commit ebcf7b0
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.2](https://github.com/Stedi/jsonata-rs/compare/v0.3.1...v0.3.2) - 2024-12-11

### Fixed

- reduce memory footprint of TokenKind from 120 to 32 bytes ([#151](https://github.com/Stedi/jsonata-rs/pull/151))

### Other

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

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

### Fixed
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.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
authors = ["Stedi"]
Expand Down

0 comments on commit ebcf7b0

Please sign in to comment.