File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ 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.3] - 2024-12-19
9+
10+ ### Added
11+ - AGENTS.md documentation with comprehensive maintenance guide
12+ - Version bump checklist to prevent version sync issues
13+
14+ ### Improved
15+ - Enhanced documentation for AI agent maintenance
16+ - Better project organization with standalone directory structure
817## [ 1.0.2] - 2024-10-10
918
1019### Fixed
@@ -76,6 +85,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7685- ` article-cli config show ` - Show current configuration
7786- ` article-cli config create ` - Create sample configuration
7887
79- [ 1.0.2 ] : https://github.com/feelpp/article.cli/releases/tag/v1.0.2
88+ [ 1.0.3 ] : https://github.com/feelpp/article.cli/releases/tag/v1.0.3[1.0. 2] : https://github.com/feelpp/article.cli/releases/tag/v1.0.2
8089[ 1.0.1 ] : https://github.com/feelpp/article.cli/releases/tag/v1.0.1
8190[ 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.2 "
7+ version = " 1.0.3 "
88authors = [
99 {
name =
" Christophe Prud'homme" ,
email =
" [email protected] " },
1010]
Original file line number Diff line number Diff line change 88- Git hooks setup
99"""
1010
11- __version__ = "1.0.2 "
11+ __version__ = "1.0.3 "
1212__author__ = "Christophe Prud'homme"
13131414
You can’t perform that action at this time.
0 commit comments