File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " article-cli"
7- version = " 1.0.1 "
7+ version = " 1.0.2 "
88authors = [
99 {name = " Christophe Prud'homme" , email = " prudhomm@cemosis.fr" },
1010]
You can’t perform that action at this time.
0 commit comments