Skip to content

Commit

Permalink
Bump version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 15, 2024
1 parent b3130d5 commit 60844c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.3.2 - 2024-11-15

- Fixed precision errors in some float representations by removing the need to add together the integer and fractional parts of a float.

## v1.3.1 - 2024-11-11

- Fixed a bug where an underscore was not allowed in between a base prefix string and the number: `0x_DEAD_BEEF` should parse.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lenient_parse"
version = "1.3.1"
version = "1.3.2"

description = "Lenient parsing functions for Gleam, modeled after Python's `int()` and `float()` built-ins."
licences = ["Apache-2.0"]
Expand Down

0 comments on commit 60844c2

Please sign in to comment.