Skip to content

Commit 5af461a

Browse files
bump: increment version 0.6.3 -> 0.6.4 (#73)
Automated version bump to 0.6.4. Merging will trigger automatic tagging of v0.6.4. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dave Forgac <tylerdave@tylerdave.com>
1 parent 79e3087 commit 5af461a

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.6.4 (2026-03-22)
2+
3+
### Minor / Bug Fixes
4+
5+
- add support for multiple URL styles (#72)
6+
- Note: this change collapses sequential dashes in URLs (`---` becomes `-`). Use `slug` in frontmatter to explicitly override file URL.
7+
- add subtitle support + nav fixes (#71)
8+
- add configurable content padding (#70)
9+
110
## v0.6.3 (2026-03-20)
211

312
### Minor / Bug Fixes

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rockgarden"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
description = "Static site generator for Markdown content with Obsidian support"
55
readme = "README.md"
66
authors = [
@@ -76,7 +76,7 @@ filterwarnings = ["ignore::DeprecationWarning:frontmatter"]
7676

7777
[tool.commitizen]
7878
name = "cz_conventional_commits"
79-
version = "0.6.3"
79+
version = "0.6.4"
8080
version_files = [
8181
"pyproject.toml:^version",
8282
"src/rockgarden/__init__.py:^__version__",

src/rockgarden/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""rockgarden - Obsidian-compatible static site generator."""
22

3-
__version__ = "0.6.3"
3+
__version__ = "0.6.4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)