mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Release Share Post 1.0.0
This commit is contained in:
parent
41d4995b5c
commit
835af2d52c
3 changed files with 12 additions and 4 deletions
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
CHANGELOG
|
||||||
|
=========
|
||||||
|
|
||||||
|
1.0.0 - 2021-03-19
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Initial release as namespace plugin
|
||||||
|
|
||||||
|
[Justin Mayer](https://github.com/justinmayer) [PR #1](https://github.com/pelican-plugins/share-post/pull/1/)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
Release type: major
|
|
||||||
|
|
||||||
Initial release as namespace plugin
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pelican-share-post"
|
name = "pelican-share-post"
|
||||||
version = "0.0.0"
|
version = "1.0.0"
|
||||||
description = "A Pelican plugin to create share URLs of article"
|
description = "A Pelican plugin to create share URLs of article"
|
||||||
authors = ["Talha Mansoor <talha131@gmail.com>"]
|
authors = ["Talha Mansoor <talha131@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue