Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed Aug 30, 2023
1 parent d6145b6 commit 422627a
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.4.0 - 2023-08-29

- Shellout now requires Gleam v0.30 or later.
- Shellout no longer depends on `gleam_erlang`.
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.3"
shellout = "~> 1.4"
```

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

```erlang
{deps, [
{shellout, "1.3.0"}
{shellout, "1.4.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.4.0-dev"
version = "1.4.0"
description = "A Gleam library for cross-platform shell operations"
licences = ["Apache-2.0"]
gleam = "~> 0.30"
Expand Down

0 comments on commit 422627a

Please sign in to comment.