Skip to content

Commit 65c177f

Browse files
committed
Release Featured Image 1.0.0
1 parent ccbd1a3 commit 65c177f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
Release type: major
1+
CHANGELOG
2+
=========
3+
4+
1.0.0 - 2023-08-14
5+
------------------
26

37
- Rename plugin from “Representative Image” to “Featured Image”
48
- Convert to namespace plugin format and apply latest community standards
59
- Migrate from legacy repo to individual repo under Pelican Plugins organization
10+
11+
Contributed by [Justin Mayer](https://github.com/justinmayer) via [PR #1](https://github.com/pelican-plugins/featured-image/pull/1/)
12+
13+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pelican-featured-image"
3-
version = "0.0.0"
3+
version = "1.0.0"
44
description = "Pelican plugin to add a featured image, extracting from summary or content if not specified in metadata"
55
authors = [{name = "Justin Mayer", email = "[email protected]"}, {name = "Paolo Melchiorre", email = "[email protected]"}, {name = "Tobias Schmidl", email = "[email protected]"}]
66
license = {text = "AGPL-3.0"}

0 commit comments

Comments
 (0)