Skip to content

Commit dcafe48

Browse files
committed
chore: release version v0.1.2
1 parent d210284 commit dcafe48

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.1.2](https://github.com/ash-project/ash_lua/compare/v0.1.1...v0.1.2) (2026-05-31)
15+
16+
17+
18+
19+
### Improvements:
20+
21+
* add print output to eval action by [@zachdaniel](https://github.com/zachdaniel)
22+
1423
## [v0.1.1](https://github.com/ash-project/ash_lua/compare/v0.1.0...v0.1.1) (2026-05-20)
1524

1625

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add `ash_lua` to your list of dependencies in `mix.exs`:
2727
```elixir
2828
def deps do
2929
[
30-
{:ash_lua, "~> 0.1.1"}
30+
{:ash_lua, "~> 0.1.2"}
3131
]
3232
end
3333
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshLua.MixProject do
99
An Ash extension for embedding Lua scripts with a consistent actor, tenant, and context.
1010
"""
1111

12-
@version "0.1.1"
12+
@version "0.1.2"
1313

1414
@source_url "https://github.com/ash-project/ash_lua"
1515

0 commit comments

Comments
 (0)