Skip to content

Commit 27f51ea

Browse files
chore(main): release 0.3.1 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a16c54 commit 27f51ea

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
Fixed a weird untested bug for reading from meta-data file.
66

7+
## [0.3.1](https://github.com/Chris1221/yamldoc/compare/v0.3.0...v0.3.1) (2026-07-03)
8+
9+
10+
### Bug Fixes
11+
12+
* require setuptools&gt;=61 for PEP 621 pyproject.toml support ([cc307d1](https://github.com/Chris1221/yamldoc/commit/cc307d1a68ba9cc2dca5e9a15bf42a8c109efee6))
13+
714
## [0.3.0](https://github.com/Chris1221/yamldoc/compare/v0.2.0...v0.3.0) (2026-06-14)
815

916

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yamldoc"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Documentation engine for YAML."
55
authors = [
66
{name = "Chris Cole", email = "chris.c.1221@gmail.com"}

0 commit comments

Comments
 (0)