diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-02-22 12:28:00 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-02-22 12:28:46 +0000 |
commit | 328458c9678d7b1f964d6c780c501264beb6442e (patch) | |
tree | 6c0132535d7d6085b42579a0b9bc967040750ead | |
parent | 976a229ae05a6bc1a12841393e995bcfa222429b (diff) | |
download | javascript-328458c9678d7b1f964d6c780c501264beb6442e.tar.gz javascript-328458c9678d7b1f964d6c780c501264beb6442e.zip |
v0.8.0
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gleam.toml | 2 | ||||
-rw-r--r-- | manifest.toml | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c0c70a..17330dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: false - gleam-version: "0.32.2" + gleam-version: "1.0.0-rc2" - uses: actions/setup-node@v2 with: node-version: '16' diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0c9d6..b5c1c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.8.0 - 2024-02-22 - Add `reference_equal` to the `javascript` module. @@ -1,5 +1,5 @@ name = "gleam_javascript" -version = "0.7.1" +version = "0.8.0" licences = ["Apache-2.0"] description = "Work with JavaScript types and values in Gleam" diff --git a/manifest.toml b/manifest.toml index 6ac96e5..7ba4909 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,8 +2,8 @@ # You typically do not need to edit this file packages = [ - { name = "gleam_stdlib", version = "0.32.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "07D64C26D014CF570F8ACADCE602761EA2E74C842D26F2FD49B0D61973D9966F" }, - { name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" }, + { name = "gleam_stdlib", version = "0.35.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "5443EEB74708454B65650FEBBB1EF5175057D1DEC62AEA9D7C6D96F41DA79152" }, + { name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" }, ] [requirements] |