diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..d8c9774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [v0.1.3](https://github.com/fabriziosestito/rhai_rustler/tree/v0.1.3) (2023-01-03) + +[Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/v0.1.1...v0.1.3) + +- Bump rustler\_precompiled from 0.5.4 to 0.5.5 [\#12](https://github.com/fabriziosestito/rhai_rustler/pull/12) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ex\_doc from 0.29.0 to 0.29.1 [\#11](https://github.com/fabriziosestito/rhai_rustler/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rhai from 1.10.1 to 1.11.0 in /native/rhai\_rustler [\#10](https://github.com/fabriziosestito/rhai_rustler/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler\_precompiled from 0.5.3 to 0.5.4 [\#9](https://github.com/fabriziosestito/rhai_rustler/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v0.1.1](https://github.com/fabriziosestito/rhai_rustler/tree/v0.1.1) (2022-11-07) + +[Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/v0.1.0...v0.1.1) + +- Set fail on invalid map property [\#8](https://github.com/fabriziosestito/rhai_rustler/pull/8) ([fabriziosestito](https://github.com/fabriziosestito)) + +## [v0.1.0](https://github.com/fabriziosestito/rhai_rustler/tree/v0.1.0) (2022-11-04) + +[Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/7145150a1b8252fce8e3dd521d5107836a8e5132...v0.1.0) + +- Add filter example [\#7](https://github.com/fabriziosestito/rhai_rustler/pull/7) ([fabriziosestito](https://github.com/fabriziosestito)) +- Cleanup + README [\#6](https://github.com/fabriziosestito/rhai_rustler/pull/6) ([fabriziosestito](https://github.com/fabriziosestito)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/mix.exs b/mix.exs index 0c7e5e8..ea3f8d5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Rhai.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.3" def project do [ diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index e5377f1..5caf9e6 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "rhai_rustler" -version = "0.1.1" +version = "0.1.3" dependencies = [ "rhai", "rustler", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index a8649c1..bb21a40 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_rustler" -version = "0.1.1" +version = "0.1.3" authors = ["Fabrizio Sestito "] edition = "2018"