Skip to content

Commit 110497c

Browse files
committed
chore: Preparing for a release
1 parent ce520f7 commit 110497c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

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

55
[project]
66
name = "linearator"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
authors = [
99
{name = "Adil Alizada", email = "adilalizade13@gmail.com"},
1010
]

src/linear_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
including 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

0 commit comments

Comments
 (0)