Skip to content

Commit

Permalink
Release Sitemap 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jul 24, 2023
1 parent a78416c commit 8b3d9e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

1.1.0 - 2023-07-24
------------------

Re-factor plugin, including the following changes:

* Act on every `content_written` signal to avoid guessing what pages to cover.
* Instead of manually fiddling with timezones, expect `article.date` to be TZ-aware if required.
* Add `xmlns:xhtml` to XML header.

Contributed by [kernc](https://github.com/kernc) via [PR #3](https://github.com/pelican-plugins/sitemap/pull/3/)


1.0.3 - 2023-07-12
------------------

Expand Down
7 changes: 0 additions & 7 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pelican-sitemap"
version = "1.0.3"
version = "1.1.0"
description = "Pelican plugin to generate sitemap in plain-text or XML format"
authors = ["Pelican Dev Team <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 8b3d9e9

Please sign in to comment.