diff --git a/CHANGELOG.md b/CHANGELOG.md index aee3e19..c78d535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,33 @@ # Changelog +## [v1.1.0](https://github.com/fabriziosestito/rhai_rustler/tree/v1.1.0) (2023-11-13) + +[Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/v1.0.2...v1.1.0) + +- fix: integer float conversion and native deps bump [\#149](https://github.com/fabriziosestito/rhai_rustler/pull/149) ([fabriziosestito](https://github.com/fabriziosestito)) +- Bump philss/rustler-precompiled-action from 1.1.1 to 1.1.3 [\#147](https://github.com/fabriziosestito/rhai_rustler/pull/147) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump dialyxir from 1.3.0 to 1.4.2 [\#146](https://github.com/fabriziosestito/rhai_rustler/pull/146) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump thiserror from 1.0.49 to 1.0.50 in /native/rhai\_rustler [\#145](https://github.com/fabriziosestito/rhai_rustler/pull/145) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ex\_doc from 0.30.8 to 0.30.9 [\#144](https://github.com/fabriziosestito/rhai_rustler/pull/144) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump philss/rustler-precompiled-action from 1.1.0 to 1.1.1 [\#143](https://github.com/fabriziosestito/rhai_rustler/pull/143) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ex\_doc from 0.30.6 to 0.30.8 [\#142](https://github.com/fabriziosestito/rhai_rustler/pull/142) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler from 0.29.1 to 0.30.0 in /native/rhai\_rustler [\#140](https://github.com/fabriziosestito/rhai_rustler/pull/140) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler from 0.29.1 to 0.30.0 in /native/test\_dylib\_module [\#139](https://github.com/fabriziosestito/rhai_rustler/pull/139) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler from 0.29.1 to 0.30.0 [\#138](https://github.com/fabriziosestito/rhai_rustler/pull/138) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump credo from 1.7.0 to 1.7.1 [\#137](https://github.com/fabriziosestito/rhai_rustler/pull/137) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump thiserror from 1.0.44 to 1.0.49 in /native/rhai\_rustler [\#136](https://github.com/fabriziosestito/rhai_rustler/pull/136) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump philss/rustler-precompiled-action from 1.0.1 to 1.1.0 [\#135](https://github.com/fabriziosestito/rhai_rustler/pull/135) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler\_precompiled from 0.6.3 to 0.7.0 [\#134](https://github.com/fabriziosestito/rhai_rustler/pull/134) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rhai-dylib from 0.1.9 to 0.1.11 in /native/test\_dylib\_module [\#133](https://github.com/fabriziosestito/rhai_rustler/pull/133) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump actions/checkout from 3 to 4 [\#130](https://github.com/fabriziosestito/rhai_rustler/pull/130) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rustler\_precompiled from 0.6.2 to 0.6.3 [\#128](https://github.com/fabriziosestito/rhai_rustler/pull/128) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ex\_doc from 0.30.5 to 0.30.6 [\#126](https://github.com/fabriziosestito/rhai_rustler/pull/126) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump ex\_doc from 0.30.3 to 0.30.5 [\#122](https://github.com/fabriziosestito/rhai_rustler/pull/122) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v1.0.2](https://github.com/fabriziosestito/rhai_rustler/tree/v1.0.2) (2023-07-28) [Full Changelog](https://github.com/fabriziosestito/rhai_rustler/compare/v1.0.1...v1.0.2) -- Fix rustler dependency being fetched from fork - Bump thiserror from 1.0.43 to 1.0.44 in /native/rhai\_rustler [\#120](https://github.com/fabriziosestito/rhai_rustler/pull/120) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ex\_doc from 0.30.2 to 0.30.3 [\#119](https://github.com/fabriziosestito/rhai_rustler/pull/119) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/mix.exs b/mix.exs index 88b2e5a..395ab83 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Rhai.MixProject do use Mix.Project - @version "1.1.0-dev" + @version "1.1.0" def project do [ diff --git a/native/rhai_rustler/Cargo.lock b/native/rhai_rustler/Cargo.lock index 809744f..0428652 100644 --- a/native/rhai_rustler/Cargo.lock +++ b/native/rhai_rustler/Cargo.lock @@ -71,9 +71,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" dependencies = [ "cfg-if", "libc", @@ -103,9 +103,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libloading" @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "rhai_rustler" -version = "1.1.0-dev" +version = "1.1.0" dependencies = [ "rhai", "rhai-dylib", @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smartstring" @@ -290,9 +290,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "syn" -version = "2.0.38" +version = "2.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" +checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" dependencies = [ "proc-macro2", "quote", @@ -429,18 +429,18 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zerocopy" -version = "0.7.21" +version = "0.7.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc" +checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.21" +version = "0.7.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806" +checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b" dependencies = [ "proc-macro2", "quote", diff --git a/native/rhai_rustler/Cargo.toml b/native/rhai_rustler/Cargo.toml index a7ab736..46dd6c4 100644 --- a/native/rhai_rustler/Cargo.toml +++ b/native/rhai_rustler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_rustler" -version = "1.1.0-dev" +version = "1.1.0" authors = ["Fabrizio Sestito "] edition = "2021" diff --git a/native/test_dylib_module/Cargo.lock b/native/test_dylib_module/Cargo.lock index 0f77e85..d84fc25 100644 --- a/native/test_dylib_module/Cargo.lock +++ b/native/test_dylib_module/Cargo.lock @@ -71,9 +71,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "getrandom" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" dependencies = [ "cfg-if", "libc", @@ -103,9 +103,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libloading" @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smartstring" @@ -280,9 +280,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "syn" -version = "2.0.38" +version = "2.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" +checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" dependencies = [ "proc-macro2", "quote", @@ -407,18 +407,18 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zerocopy" -version = "0.7.21" +version = "0.7.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc" +checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.21" +version = "0.7.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806" +checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b" dependencies = [ "proc-macro2", "quote",