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 39940d3 commit 290b0f7Copy full SHA for 290b0f7
‎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.2 - 2024-04-22
11
+
12
### Fixed
13
14
- FFI module name clashing with other packages
‎gleam.toml‎
@@ -1,5 +1,5 @@
1
name = "pprint"
2
-version = "1.0.1"
+version = "1.0.2"
3
description = "Pretty print values with style!"
4
licences = ["Apache-2.0"]
5
repository = { type = "github", user = "MystPi", repo = "pprint" }
0 commit comments