Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stedi-release-plz[bot] authored Nov 1, 2024
1 parent 0732925 commit a9f32a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ 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-11-01

### 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

- github app ([#115](https://github.com/Stedi/jsonata-rs/pull/115))
- remove github token from action ([#113](https://github.com/Stedi/jsonata-rs/pull/113))
- add non_exhaustive to the Error enum ([#112](https://github.com/Stedi/jsonata-rs/pull/112))
- create CODEOWNERS; add security policy ([#109](https://github.com/Stedi/jsonata-rs/pull/109))
- 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 a9f32a0

Please sign in to comment.