Skip to content

Commit 21efa21

Browse files
bump: version 0.8.0 → 0.9.0
1 parent 6660b1c commit 21efa21

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.9.0 (2026-02-15)
2+
3+
### Feat
4+
5+
- multi agent local support
6+
17
## v0.8.0 (2026-02-14)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "multipl"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "Multipl command-line interface"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -49,7 +49,7 @@ packages = ["src/multipl_cli"]
4949

5050
[tool.commitizen]
5151
name = "cz_conventional_commits"
52-
version = "0.8.0"
52+
version = "0.9.0"
5353
tag_format = "v$version"
5454
update_changelog_on_bump = true
5555
changelog_file = "CHANGELOG.md"

src/multipl_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)