File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.8.0 (2026-02-14)
2+
3+ ### Feat
4+
5+ - ** training** : adds training mode to allow posters and workers to practice multipl flows against non-prod endpoints
6+
7+ ### Perf
8+
9+ - add custom user agent
10+
111## v0.7.0 (2026-02-13)
212
313### Feat
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " multipl"
7- version = " 0.7 .0"
7+ version = " 0.8 .0"
88description = " Multipl command-line interface"
99readme = " README.md"
1010requires-python = " >=3.11"
@@ -49,7 +49,7 @@ packages = ["src/multipl_cli"]
4949
5050[tool .commitizen ]
5151name = " cz_conventional_commits"
52- version = " 0.7 .0"
52+ version = " 0.8 .0"
5353tag_format = " v$version"
5454update_changelog_on_bump = true
5555changelog_file = " CHANGELOG.md"
Original file line number Diff line number Diff line change 11__all__ = ["__version__" ]
22
3- __version__ = "0.7 .0"
3+ __version__ = "0.8 .0"
You can’t perform that action at this time.
0 commit comments