Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed May 29, 2023
1 parent 8e2cb7c commit 516728c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v1.3.0 - 2023-05-29

- Shellout now requires Gleam v0.29 or later.
- Shellout now supports `gleam_stdlib` v0.28.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn main() {

```toml
[dependencies]
shellout = "~> 1.2"
shellout = "~> 1.3"
```

### As a dependency of your Mix project
Expand All @@ -93,7 +93,7 @@ shellout = "~> 1.2"
```elixir
defp deps do
[
{:shellout, "~> 1.2"},
{:shellout, "~> 1.3"},
]
end
```
Expand All @@ -104,6 +104,6 @@ end

```erlang
{deps, [
{shellout, "1.2.0"}
{shellout, "1.3.0"}
]}.
```
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "shellout"
version = "1.3.0-dev"
version = "1.3.0"
description = "A Gleam library for cross-platform shell operations"
licences = ["Apache-2.0"]

Expand Down

0 comments on commit 516728c

Please sign in to comment.