We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6660b1c commit 21efa21Copy full SHA for 21efa21
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.9.0 (2026-02-15)
2
+
3
+### Feat
4
5
+- multi agent local support
6
7
## v0.8.0 (2026-02-14)
8
9
### Feat
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "multipl"
-version = "0.8.0"
+version = "0.9.0"
description = "Multipl command-line interface"
readme = "README.md"
10
requires-python = ">=3.11"
@@ -49,7 +49,7 @@ packages = ["src/multipl_cli"]
49
50
[tool.commitizen]
51
name = "cz_conventional_commits"
52
53
tag_format = "v$version"
54
update_changelog_on_bump = true
55
changelog_file = "CHANGELOG.md"
src/multipl_cli/__init__.py
@@ -1,3 +1,3 @@
__all__ = ["__version__"]
-__version__ = "0.8.0"
+__version__ = "0.9.0"
0 commit comments