Skip to content

Commit cb3e666

Browse files
committed
v0.0.3
1 parent c124f49 commit cb3e666

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog for yamlcore
22

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+
38
### 0.0.2 2024-04-21 13:22:05+02:00
49

510
- Move loader and dumper classes to __init__.py

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = yamlcore
3-
version = 0.0.2
3+
version = 0.0.3
44
author = Tina Müller
55
author_email = [email protected]
66
description = YAML 1.2 Support for PyYAML

0 commit comments

Comments
 (0)