We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f25c23 commit 629799dCopy full SHA for 629799d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v3.0.1 - 2025-08-22
4
+
5
+- Upgraded dependencies.
6
7
## v3.0.0 - 2025-02-01
8
9
- Moved `parse_error` into package `lenient_parse` namespace. This is a breaking change. You'll need to update any `parse_error` imports:
gleam.toml
@@ -1,5 +1,5 @@
name = "lenient_parse"
-version = "3.0.0"
+version = "3.0.1"
description = "Lenient parsing functions for Gleam, modeled after Python's `int()` and `float()` built-ins."
licences = ["Apache-2.0"]
0 commit comments