Skip to content

Commit 12084f8

Browse files
chore(release): 2.2.0-dev.8 [skip ci]
# [2.2.0-dev.8](v2.2.0-dev.7...v2.2.0-dev.8) (2025-11-23) ### Bug Fixes * **ci/releaserc:** perform SemVer->PEP440 coercion in a separate step ([b64fd4a](b64fd4a)) * **ci:** dedicated script for artifacts patching in case distribution name is altered; +reorganizing scripts in ci/ ([5a42170](5a42170)) * **ci:** eliminate overlooked uses of renamed variables in release script ([386a57f](386a57f)) * **ci:** manually revert pyproject.toml to the last dev version properly tagged (v2.2.0-dev.7) ([f43aff7](f43aff7)) * **ci:** no semantic-release expectations on optional replacements (release suffix coercions) ([220c7c2](220c7c2)) * **ci:** patch artifacts with Provides-Dist if distribution name is altered ([206971b](206971b)) ### Features * **ci/releaserc:** rollback previous change and trigger minor release instead of patch ([cdc2d58](cdc2d58))
1 parent f43aff7 commit 12084f8

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.2.0-dev.8](https://github.com/getappmap/appmap-python/compare/v2.2.0-dev.7...v2.2.0-dev.8) (2025-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci/releaserc:** perform SemVer->PEP440 coercion in a separate step ([b64fd4a](https://github.com/getappmap/appmap-python/commit/b64fd4a54ae8717c352bb9755ce277c03d0d098d))
7+
* **ci:** dedicated script for artifacts patching in case distribution name is altered; +reorganizing scripts in ci/ ([5a42170](https://github.com/getappmap/appmap-python/commit/5a4217015ec5d1f81e7e025ab29c814dfa812b6f))
8+
* **ci:** eliminate overlooked uses of renamed variables in release script ([386a57f](https://github.com/getappmap/appmap-python/commit/386a57f6fbdcf4675a7738960b52a10d4b26b573))
9+
* **ci:** manually revert pyproject.toml to the last dev version properly tagged (v2.2.0-dev.7) ([f43aff7](https://github.com/getappmap/appmap-python/commit/f43aff7436403a45a5773379bf5e7d2683498417))
10+
* **ci:** no semantic-release expectations on optional replacements (release suffix coercions) ([220c7c2](https://github.com/getappmap/appmap-python/commit/220c7c225e8a5e8698e142a0eff1c83b804dd6f3))
11+
* **ci:** patch artifacts with Provides-Dist if distribution name is altered ([206971b](https://github.com/getappmap/appmap-python/commit/206971ba444bdb3b77eb8a6ec46a7bbeb14328ee))
12+
13+
14+
### Features
15+
16+
* **ci/releaserc:** rollback previous change and trigger minor release instead of patch ([cdc2d58](https://github.com/getappmap/appmap-python/commit/cdc2d585849eff7f8902063b956f13d206800bfa))
17+
118
# [2.2.0-dev.8](https://github.com/getappmap/appmap-python/compare/v2.2.0-dev.7...v2.2.0-dev.8) (2025-11-21)
219

320

pyproject.toml

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

0 commit comments

Comments
 (0)