File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## [ v0.3.0] - 2025-06-09
11+
1012### Added
1113- Guards for encoded Lua values in ` deflua ` functions
1214 - ` is_table/1 `
@@ -51,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5153- Upgrade to Luerl 1.4.1
5254- Tables must now be explicitly decoded when receiving as arguments ` deflua ` and other Elixir callbacks
5355
54- [ unreleased ] : https://github.com/tv-labs/lua/compare/v0.2.1...HEAD
56+ [ unreleased ] : https://github.com/tv-labs/lua/compare/v0.3.0...HEAD
57+ [ 0.3.0 ] : https://github.com/tv-labs/lua/compare/v0.2.1...v0.3.0
5558[ 0.2.1 ] : https://github.com/tv-labs/lua/compare/v0.2.0...v0.2.1
5659[ 0.2.0 ] : https://github.com/tv-labs/lua/compare/v0.1.1...v0.2.0
5760[ 0.1.1 ] : https://github.com/tv-labs/lua/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 44
55``` elixir
66Mix .install ([
7- {:lua , " ~> 0.2.1 " }
7+ {:lua , " ~> 0.3.0 " }
88])
99```
1010
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Lua.MixProject do
22 use Mix.Project
33
44 @ url "https://github.com/tv-labs/lua"
5- @ version "0.2.1 "
5+ @ version "0.3.0 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments