diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-16 13:42:02 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-16 13:42:02 +0000 |
commit | fa4c845d623f4c9675ec1ee843978e9adcbebf9d (patch) | |
tree | a7b6a14ab195652eee344b86195439a170a907e2 | |
parent | ac46ed164a6509c2bcf0a8961ab6fe84e7820b2b (diff) | |
download | javascript-0.7.1.tar.gz javascript-0.7.1.zip |
v0.7.1v0.7.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | gleam.toml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f6bfa..1da2e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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" @@ -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" |