Skip to content

Commit 49b4f1b

Browse files
chore(release): 2.2.0-dev.10 [skip ci]
# [2.2.0-dev.10](v2.2.0-dev.9...v2.2.0-dev.10) (2025-11-23) ### Bug Fixes * **ci:** enforce distribution name via pyproject.toml patching ([b43835f](b43835f))
1 parent b43835f commit 49b4f1b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0-dev.10](https://github.com/getappmap/appmap-python/compare/v2.2.0-dev.9...v2.2.0-dev.10) (2025-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** enforce distribution name via pyproject.toml patching ([b43835f](https://github.com/getappmap/appmap-python/commit/b43835f75f4950023aab6e9ea3ca18455484f0a3))
7+
18
# [2.2.0-dev.9](https://github.com/getappmap/appmap-python/compare/v2.2.0-dev.8...v2.2.0-dev.9) (2025-11-23)
29

310

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "appmap"
3-
version = "2.2.0-dev.9"
2+
name = "appmap-dev"
3+
version = "2.2.0-dev.10"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)