Skip to content

Commit a5db130

Browse files
committed
Release Pelican 4.10.0
1 parent 9e8af62 commit a5db130

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

RELEASE.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release history
22
###############
33

4+
4.10.0 - 2024-09-16
5+
===================
6+
7+
- Add setting to specify summary via paragraph count
8+
- Add new status to skip generation of a post
9+
- Add setting to append ``ref`` parameter to links in feeds
10+
- Configure logging handler via ``--log-handler`` CLI option
11+
- Resolve intra-site links in summaries
12+
- Warn when files are not processed due to disabled readers
13+
- Add Medium post importer
14+
- Improve GitHub Pages workflow
15+
- Improve code test coverage
16+
- Translate documentation into Simplified Chinese
17+
418
4.9.1 - 2023-11-15
519
==================
620

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pelican"
33
authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }]
44
description = "Static site generator supporting Markdown and reStructuredText"
5-
version = "4.9.1"
5+
version = "4.10.0"
66
license = { text = "AGPLv3" }
77
readme = "README.rst"
88
keywords = ["static site generator", "static sites", "ssg"]

0 commit comments

Comments
 (0)