Release Share Post 1.2.0
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-01-29 21:46:02 +00:00
commit 376cc12df9
3 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,14 @@
CHANGELOG
=========
1.2.0 - 2025-01-29
------------------
Add Bluesky support
Contributed by [Leonardo Giordani](https://github.com/lgiordani) via [PR #33](https://github.com/pelican-plugins/share-post/pull/33/)
1.1.0 - 2023-08-31
------------------

View file

@ -1,3 +0,0 @@
Release type: minor
Add Bluesky support

View file

@ -1,6 +1,6 @@
[project]
name = "pelican-share-post"
version = "1.1.0"
version = "1.2.0"
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"}