Skip to content

Commit bcfb422

Browse files
committed
bump: version 1.0.2 → 1.0.3
- Update version in pyproject.toml - Update version in src/article_cli/__init__.py - Add v1.0.3 changelog entry with AGENTS.md documentation - Add version link to changelog
1 parent ec25426 commit bcfb422

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.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

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.2"
7+
version = "1.0.3"
88
authors = [
99
{name = "Christophe Prud'homme", email = "[email protected]"},
1010
]

src/article_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Git hooks setup
99
"""
1010

11-
__version__ = "1.0.2"
11+
__version__ = "1.0.3"
1212
__author__ = "Christophe Prud'homme"
1313
__email__ = "[email protected]"
1414

0 commit comments

Comments
 (0)