Skip to content

Commit

Permalink
chore: release v0.3.3 (#154)
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 12, 2024
1 parent 32aa8ba commit 9778aa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.3](https://github.com/Stedi/jsonata-rs/compare/v0.3.2...v0.3.3) - 2024-12-12

### Fixed

- reduce stack memory usage by boxing more regex types ([#153](https://github.com/Stedi/jsonata-rs/pull/153))

## [0.3.2](https://github.com/Stedi/jsonata-rs/compare/v0.3.1...v0.3.2) - 2024-12-11

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

0 comments on commit 9778aa5

Please sign in to comment.