Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.7.2 (2026-04-06)

### Minor / Bug Fixes

- add suppot for inline tags (#100)
- add configurability to search stop words (#99)
- add opt-in ASCII slug generation (#97)
- add mermaid support (#96)
- add dev mode to server (#95)
- add custom 404 support to dev server (#94)

## v0.7.1 (2026-04-05)

### Minor / Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rockgarden"
version = "0.7.1"
version = "0.7.2"
description = "Static site generator for Markdown content with Obsidian support"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -81,7 +81,7 @@ filterwarnings = ["ignore::DeprecationWarning:frontmatter"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.7.1"
version = "0.7.2"
version_files = [
"pyproject.toml:^version",
"src/rockgarden/__init__.py:^__version__",
Expand Down
2 changes: 1 addition & 1 deletion src/rockgarden/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""rockgarden - Obsidian-compatible static site generator."""

__version__ = "0.7.1"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading