From 9beed82efdfe127cf70088a28db876098c3a65e0 Mon Sep 17 00:00:00 2001 From: Alexander Sennikov Date: Thu, 9 May 2024 16:00:13 +0200 Subject: [PATCH] chore: bump the version of the package to 0.1.3 (#11) * chore: bump the version of the package to 0.1.3 * fix: license; authors --------- Co-authored-by: Zack Kanter --- CHANGELOG.md | 7 ++++++- Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859db943..e3345476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 92ee172b..dc8aae9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/"