Skip to content

Commit bb7f97d

Browse files
committed
v0.3.0
1 parent 3875b35 commit bb7f97d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

guides/working-with-lua.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```elixir
66
Mix.install([
7-
{:lua, "~> 0.2.1"}
7+
{:lua, "~> 0.3.0"}
88
])
99
```
1010

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)