File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231231- ** Complete Docstring Coverage** : 100% docstring coverage for all new functionality
232232- ** CLI Help Integration** : All new commands properly documented with examples and usage patterns
233233
234+ ## [ 1.2.1] - 2025-09-16
235+
236+ ### Improved
237+ - ** Enhanced CLI Help Text** : Improved clarity and examples for all new functionality
238+ - Clarified that ` --project ` parameter supports both project names and IDs
239+ - Enhanced multi-team label filtering help text with better descriptions
240+ - Added comprehensive usage examples showcasing project assignment features
241+ - Improved project creation help with clearer team association descriptions
242+ - Added examples demonstrating combined parameter usage
243+
244+ ### Documentation
245+ - ** CLI Help Integration** : All new commands now have comprehensive help text with practical examples
246+ - ** User Experience** : Better guidance for users discovering new project assignment and label management features
247+
234248## [ Unreleased]
235249
236250### Planned Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " linearator"
7- version = " 1.2.0 "
7+ version = " 1.2.1 "
88authors = [
99 {name = " Adil Alizada" , email = " adilalizade13@gmail.com" },
1010]
Original file line number Diff line number Diff line change 55including issue management, team operations, and advanced search capabilities.
66"""
77
8- __version__ = "1.2.0 "
8+ __version__ = "1.2.1 "
99__author__ = "Linearator Team"
1010__email__ = "adilalizada13@gmail.com"
1111
You can’t perform that action at this time.
0 commit comments