Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed Mar 2, 2023
1 parent 9a46a07 commit 8c85eb9
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.2.0 - 2023-03-02

- Shellout now requires Gleam v0.27 or later.

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.1"
shellout = "~> 1.2"
```

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

```erlang
{deps, [
{shellout, "1.1.1"}
{shellout, "1.2.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.2.0-dev"
version = "1.2.0"
description = "A Gleam library for cross-platform shell operations"
licences = ["Apache-2.0"]

Expand Down

0 comments on commit 8c85eb9

Please sign in to comment.