Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Jan 16, 2023
1 parent d85d523 commit e1e6ecc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
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.3"
@version "0.1.4"

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.3"
version = "0.1.4"
authors = ["Fabrizio Sestito <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit e1e6ecc

Please sign in to comment.