From 9778aa51636edd0625bc59492a9c636701589099 Mon Sep 17 00:00:00 2001 From: "stedi-release-plz[bot]" <187030163+stedi-release-plz[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:32:47 -0700 Subject: [PATCH] chore: release v0.3.3 (#154) Co-authored-by: stedi-release-plz[bot] <187030163+stedi-release-plz[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fc274b..cc2dedd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 689d5740..dfa4837a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonata-rs" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0" authors = ["Stedi"]