Skip to content

Commit 7ce28e1

Browse files
committed
chore: bump version to 1.0.2
- Test PyPI trusted publishing configuration - Update changelog with trusted publishing fixes - Ready for automated PyPI release
1 parent 705fa1e commit 7ce28e1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2024-10-10
9+
10+
### Fixed
11+
- Configured PyPI trusted publishing for automated releases
12+
- Resolved trusted publisher configuration for existing package
13+
- Removed duplicate token-based publish workflow
14+
15+
### Infrastructure
16+
- Streamlined CI/CD pipeline with single, secure publish workflow
17+
- Enhanced GitHub Actions with step summaries and modern action versions
18+
819
## [1.0.1] - 2024-10-10
920

1021
### Fixed
@@ -65,5 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6576
- `article-cli config show` - Show current configuration
6677
- `article-cli config create` - Create sample configuration
6778

79+
[1.0.2]: https://github.com/feelpp/article.cli/releases/tag/v1.0.2
6880
[1.0.1]: https://github.com/feelpp/article.cli/releases/tag/v1.0.1
6981
[1.0.0]: https://github.com/feelpp/article.cli/releases/tag/v1.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "article-cli"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{name = "Christophe Prud'homme", email = "prudhomm@cemosis.fr"},
1010
]

0 commit comments

Comments
 (0)