Skip to content

Commit

Permalink
Bump to v0.1.3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito authored Jan 3, 2023
1 parent 4fa2065 commit 98b68c9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Rhai.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.3"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/rhai_rustler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai_rustler"
version = "0.1.1"
version = "0.1.3"
authors = ["Fabrizio Sestito <fabrizio.sestito@suse.com>"]
edition = "2018"

Expand Down

0 comments on commit 98b68c9

Please sign in to comment.