Skip to content

Commit

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

## Unreleased

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

### Added

- support additional functions ([#110](https://github.com/Stedi/jsonata-rs/pull/110))
- support parsing regex literals ([#111](https://github.com/Stedi/jsonata-rs/pull/111))

### Other

- add OSV-scanner ([#107](https://github.com/Stedi/jsonata-rs/pull/107))
- add OSSF Scorecard and badge ([#105](https://github.com/Stedi/jsonata-rs/pull/105))
- update secrets env var ([#103](https://github.com/Stedi/jsonata-rs/pull/103))

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

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

0 comments on commit f609152

Please sign in to comment.