Skip to content

Commit

Permalink
Prepare 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Nov 10, 2023
1 parent 818e5b0 commit 4791638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
Every release has a corresponding tag. Use `main` branch for fresh-from-the-oven code.

## 1.3.0
- Add support for map comprehensions from OTP 26

## 1.2.2
- Bugfix enabling recursive power_shell invocations

Expand Down
2 changes: 1 addition & 1 deletion src/power_shell.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, power_shell,
[{description, "Erlang shell extension allowing to evaluate non-exported functions"},
{vsn, "1.2.2"},
{vsn, "1.3.0"},
{registered, [power_shell_cache]},
{mod, {power_shell_app, []}},
{applications,
Expand Down

0 comments on commit 4791638

Please sign in to comment.