Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 2, 2023
1 parent 21c084f commit efa24af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## v1.0.0 - 2023-08-06

- update to Gleam 0.32
- Updated for Gleam v0.32.0.

## v0.11.0 - 2023-08-06

Expand Down
3 changes: 1 addition & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleeunit"
version = "0.11.0"
version = "1.0.0"
licences = ["Apache-2.0"]
description = "Gleam bindings to Erlang's EUnit test framework"
gleam = ">= 0.32.0"
Expand All @@ -15,4 +15,3 @@ allow_read = [
gleam_stdlib = "~> 0.32"

[dev-dependencies]
# some_test_package = "~> 1.0.0"

0 comments on commit efa24af

Please sign in to comment.