diff --git a/CHANGELOG.md b/CHANGELOG.md index 775a6d3..70640b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v1.0.3] - 2024-04-26 + ### Changed - Upgraded dependencies and Glam to fix recursion depth errors on the JavaScript target. diff --git a/gleam.toml b/gleam.toml index 87fed9e..6c354f9 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "pprint" -version = "1.0.2" +version = "1.0.3" description = "Pretty print values with style!" licences = ["Apache-2.0"] repository = { type = "github", user = "MystPi", repo = "pprint" }