We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9df178 commit f1e0382Copy full SHA for f1e0382
CHANGELOG.md
@@ -1,11 +1,9 @@
1
# Changelog
2
3
-## Unreleased
+## v1.2.1 - 2025-03-27
4
5
-- Updated for Gleam v1.9.1
6
-- Update code actions
7
-- Update dependencies
8
-- Replace removed `string.trim_left` with `string.trim_start`
+- Updated for Gleam v1.9.1.
+- Updated for gleam_stdlib v0.44.0.
9
10
## v1.2.0 - 2022-05-29
11
gleam.toml
@@ -1,5 +1,5 @@
name = "glisp"
-version = "1.2.0"
+version = "1.2.1"
licences = ["Apache-2.0"]
description = "A Gleam Lisp interpreter"
0 commit comments