Skip to content

Commit d4ff7ae

Browse files
author
lewisjared
committed
Bump version: 0.5.2 → 0.6.0
1 parent 68ecdcb commit d4ff7ae

4 files changed

Lines changed: 9 additions & 968 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.5.2"
2+
current_version = "0.6.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## ref-sample-data 0.6.0 (2025-05-16)
25+
26+
No significant changes.
27+
28+
2429
## ref-sample-data 0.5.2 (2025-05-09)
2530

2631
### Features

0 commit comments

Comments
 (0)