Skip to content

Commit 479790e

Browse files
itdoveclaude
andcommitted
chore: bump version to 2.0.0 for release
Prepare for v2.0.0 release: - Update version in devflow/__init__.py to 2.0.0 - Update version in setup.py to 2.0.0 - Update CHANGELOG.md with v2.0.0 release date (2026-03-19) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5ec982f commit 479790e

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2026-03-19
11+
1012
### Added
1113
- Multi-project workflow support with shared context for cross-repository features (#149)
1214
- **Architecture:** Creates ONE conversation with SHARED CONTEXT across all selected projects
@@ -112,6 +114,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112114
- JIRA auto-transition for analysis-only sessions
113115
- Project path encoding for conversation files
114116

115-
[unreleased]: https://github.com/itdove/devaiflow/compare/v1.0.0...HEAD
116-
117+
[unreleased]: https://github.com/itdove/devaiflow/compare/v2.0.0...HEAD
118+
[2.0.0]: https://github.com/itdove/devaiflow/compare/v1.0.0...v2.0.0
117119
[1.0.0]: https://github.com/itdove/devaiflow/tags/v1.0.0

devflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DevAIFlow - AI-Powered Development Workflow Manager with JIRA integration."""
22

3-
__version__ = "1.0.1-dev"
3+
__version__ = "2.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="devaiflow",
10-
version="1.0.1-dev",
10+
version="2.0.0",
1111
author="Dominique Vernier",
1212
description="DevAIFlow - Manage AI coding assistant sessions with optional issue tracker integration",
1313
long_description=long_description,

0 commit comments

Comments
 (0)