Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 16, 2024
1 parent ac46ed1 commit fa4c845
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.1 - 2024-01-16

- Relaxed the version constraint on `gleam_stdlib` to allow v0.x or v1.x.

## v0.7.0 - 2023-11-06

- Updated for Gleam v0.32.0.
Expand Down
4 changes: 2 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleam_javascript"
version = "0.7.0"
version = "0.7.1"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"

Expand All @@ -16,7 +16,7 @@ links = [
typescript_declarations = true

[dependencies]
gleam_stdlib = "~> 0.19"
gleam_stdlib = "~> 0.19 or ~> 1.0"

[dev-dependencies]
gleeunit = "~> 1.0"

0 comments on commit fa4c845

Please sign in to comment.