Skip to content

Commit

Permalink
Merge pull request #12 from max-au/release_122
Browse files Browse the repository at this point in the history
Update version for release
  • Loading branch information
max-au authored Oct 26, 2022
2 parents 12b25ed + d3fb1c3 commit 69875e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.2.2
- Bugfix enabling recursive power_shell invocations

## 1.2.1
- Bugfix for configurable -on_load() support

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For Elixir, the package can be installed by adding `power_shell` to your list of
```elixir
def deps do
[
{:power_shell, "~> 1.2.1"}
{:power_shell, "~> 1.2.2"}
]
end
```
Expand All @@ -27,7 +27,7 @@ For Erlang, the package can be installed by adding `power_shell` to your list of

```erlang
{deps, [
{power_shell, "1.2.1"}
{power_shell, "1.2.2"}
]}.
```

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.1"},
{vsn, "1.2.2"},
{registered, [power_shell_cache]},
{mod, {power_shell_app, []}},
{applications,
Expand Down

0 comments on commit 69875e5

Please sign in to comment.