Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Dec 7, 2024
1 parent e7f043d commit 80d245c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 1.0.0

* First stable release.

# 0.6.2

* Update `gleam_stdlib` dependency.
Expand Down
6 changes: 3 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "clip"
version = "0.6.2"
version = "1.0.0"

description = "A CLI option parser for Gleam"
licences = ["MIT"]
Expand All @@ -8,9 +8,9 @@ repository = { type = "github", user = "drewolson", repo = "clip" }
gleam = ">= 1.4.0"

[dependencies]
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
gleam_stdlib = ">= 0.45.0 and < 2.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 0.0.4 and < 2.0.0"
qcheck = ">= 0.0.6 and < 2.0.0"
exception = ">= 2.0.0 and < 3.0.0"
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ packages = [

[requirements]
exception = { version = ">= 2.0.0 and < 3.0.0" }
gleam_stdlib = { version = ">= 0.43.0 and < 2.0.0" }
gleam_stdlib = { version = ">= 0.45.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
qcheck = { version = ">= 0.0.4 and < 2.0.0" }
qcheck = { version = ">= 0.0.6 and < 2.0.0" }

0 comments on commit 80d245c

Please sign in to comment.