We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed2a769 + 7200e32 commit efaae6bCopy full SHA for efaae6b
3 files changed
ChangeLog.md
@@ -1,8 +1,8 @@
1
# BlogMore ChangeLog
2
3
-## Unreleased
+## v2.7.0
4
5
-**Released: WiP**
+**Released: 2026-04-01**
6
7
- Replaced the regex-based `extract_first_paragraph` implementation with a
8
Markdown-library-powered approach.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "blogmore"
-version = "2.6.0"
+version = "2.7.0"
description = "A blog-oriented static site generation engine"
readme = "README.md"
authors = [
0 commit comments