diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c9774..d836846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog +## [v0.1.4](https://github.com/fabriziosestito/rhai_rustler/tree/v0.1.4) (2023-01-16) + +[Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/v0.1.3...v0.1.4) + +- Use config to set force build [\#22](https://github.com/fabriziosestito/rhai_rustler/pull/22) ([fabriziosestito](https://github.com/fabriziosestito)) +- Pin ubuntu version in release workflow [\#21](https://github.com/fabriziosestito/rhai_rustler/pull/21) ([fabriziosestito](https://github.com/fabriziosestito)) + ## [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 to v0.1.3 [\#19](https://github.com/fabriziosestito/rhai_rustler/pull/19) ([fabriziosestito](https://github.com/fabriziosestito)) - 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)) diff --git a/mix.exs b/mix.exs index ea3f8d5..bca1089 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Rhai.MixProject do use Mix.Project - @version "0.1.3" + @version "0.1.4" def project do [ diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index 5caf9e6..db56eec 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.3" +version = "0.1.4" dependencies = [ "rhai", "rustler", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index bb21a40..66504f4 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_rustler" -version = "0.1.3" +version = "0.1.4" authors = ["Fabrizio Sestito "] edition = "2018"