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 c124f49 commit cb3e666Copy full SHA for cb3e666
Changelog.md
@@ -1,5 +1,10 @@
1
## Changelog for yamlcore
2
3
+### 0.0.3 2024-10-06 00:32:56+02:00
4
+
5
+ - Possibly breaking change: Forbid duplicate keys
6
+ - Add PyYAML dependency to meta data
7
8
### 0.0.2 2024-04-21 13:22:05+02:00
9
10
- Move loader and dumper classes to __init__.py
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = yamlcore
-version = 0.0.2
+version = 0.0.3
author = Tina Müller
author_email = [email protected]
description = YAML 1.2 Support for PyYAML
0 commit comments