Skip to content

Commit

Permalink
chore: release v0.1.10 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakraog authored Oct 31, 2024
1 parent 15d3ec2 commit 9ba4588
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.1.10](https://github.com/Stedi/jsonata-rs/compare/v0.1.9...v0.1.10) - 2024-10-31

### Added

- support a custom fn to handle regex pattern ([#97](https://github.com/Stedi/jsonata-rs/pull/97))

### Fixed

- using the default token prevents the release PR from having PR checks run ([#101](https://github.com/Stedi/jsonata-rs/pull/101))

### Other

- Automate Release Pipeline || Test Token Update ([#94](https://github.com/Stedi/jsonata-rs/pull/94))
- clean up README.md and status.md ([#99](https://github.com/Stedi/jsonata-rs/pull/99))
- add release-plz workflow ([#98](https://github.com/Stedi/jsonata-rs/pull/98))

### Added

- Context and positional binds
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.1.9"
version = "0.1.10"
edition = "2021"
license = "Apache-2.0"
authors = ["Stedi"]
Expand Down

0 comments on commit 9ba4588

Please sign in to comment.