Skip to content

Commit 113eb09

Browse files
committed
v0.0.4
1 parent bcf0fc9 commit 113eb09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

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

3+
### 0.0.4 2024-10-09 19:23:10+02:00
4+
5+
- Fix metadata (adding all test data and Changelog to the build)
6+
37
### 0.0.3 2024-10-06 00:32:56+02:00
48

59
- Possibly breaking change: Forbid duplicate keys

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = "yamlcore"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
dependencies = [
99
"PyYAML",
1010
]

0 commit comments

Comments
 (0)