Skip to content

Commit ede7bd0

Browse files
committed
πŸ”– Version 1.0.4
1 parent 5ddd2c8 commit ede7bd0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v1.0.4 - 2024-10-25
11+
1012
### Fixed
1113

1214
- A bug where dictionaries were not being broken the right way. ([#5](https://github.com/MystPi/pprint/issues/5))
@@ -32,4 +34,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234

3335
## v1.0.0 - 2024-03-05
3436

35-
- Initital released
37+
- Initial release

β€Žgleam.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "pprint"
2-
version = "1.0.3"
2+
version = "1.0.4"
33
description = "Pretty print values with style!"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "MystPi", repo = "pprint" }

0 commit comments

Comments
Β (0)