Skip to content

Commit

Permalink
chore: bump the version of the package to 0.1.3 (#11)
Browse files Browse the repository at this point in the history
* chore: bump the version of the package to 0.1.3

* fix: license; authors

---------

Co-authored-by: Zack Kanter <[email protected]>
  • Loading branch information
asennikov and ZackKanter authored May 9, 2024
1 parent e40b9f1 commit 9beed82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial version published to crates.io.

## [0.1.2] - 2022-05-28
## [0.1.2] - 2024-04-28

Adding support for base64 encoding decoding, thanks to nated0g for the contribution.

## [0.1.3] - 2024-05-09

- Support for `jsonata.register_function`
- Support for evaluation with bindings
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "jsonata-rs"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["stedi developers"]
license = "Apache-2.0"
authors = ["Stedi"]
description = "An (incomplete) implementation of JSONata in Rust"
homepage = "https://github.com/Stedi/jsonata-rs/"
repository = "https://github.com/Stedi/jsonata-rs/"
Expand Down

0 comments on commit 9beed82

Please sign in to comment.