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 534469d commit dab6258Copy full SHA for dab6258
‎CHANGELOG.md‎
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v1.0.3] - 2024-04-26
11
+
12
### Changed
13
14
- Upgraded dependencies and Glam to fix recursion depth errors on the JavaScript target.
‎gleam.toml‎
@@ -1,5 +1,5 @@
1
name = "pprint"
2
-version = "1.0.2"
+version = "1.0.3"
3
description = "Pretty print values with style!"
4
licences = ["Apache-2.0"]
5
repository = { type = "github", user = "MystPi", repo = "pprint" }
0 commit comments