Release Share Post 1.2.1
Some checks failed
build / Test - Python 3.10 (push) Has been cancelled
build / Test - Python 3.11 (push) Has been cancelled
build / Test - Python 3.12 (push) Has been cancelled
build / Test - Python 3.8 (push) Has been cancelled
build / Test - Python 3.9 (push) Has been cancelled
build / Lint (push) Has been cancelled
build / Deploy (push) Has been cancelled

This commit is contained in:
botpub 2025-03-23 18:33:10 +00:00
commit 7b77fb8143
3 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,14 @@
CHANGELOG
=========
1.2.1 - 2025-03-23
------------------
Add title to Bluesky
Contributed by [Daniel Lemos](https://github.com/xspager) via [PR #34](https://github.com/pelican-plugins/share-post/pull/34/)
1.2.0 - 2025-01-29
------------------

View file

@ -1,3 +0,0 @@
Release type: patch
Add title to Bluesky

View file

@ -1,6 +1,6 @@
[project]
name = "pelican-share-post"
version = "1.2.0"
version = "1.2.1"
description = "A Pelican plugin to create share URLs of article"
authors = [{name = "Talha Mansoor", email = "talha131@gmail.com"}, {name = "Justin Mayer", email = "entroP@gmail.com"}]
license = {text = "MIT"}