Skip to content

Commit aebd6c9

Browse files
chore(release): 2.1.9-dev.1 [skip ci]
## [2.1.9-dev.1](v2.1.8...v2.1.9-dev.1) (2025-11-11) ### Bug Fixes * **ci:** correctly name release branch in releaserc, +eliminate some trailing spaces ([40352b0](40352b0)) * **ci:** one more syntax fix, do not use .env in job conditionals ([1075528](1075528)) * **ci:** one more syntax fix, stray double-quotes ([3eafbbf](3eafbbf)) * **ci:** pin specific testing branch to trigger a prerelease ([ed79ac4](ed79ac4)) * **ci:** syntax issue (also this commit triggers semantic-release version bump) ([3a0327a](3a0327a)) * **ci:** temporary enable release workflow run on pushes to ci/** ([87c8938](87c8938)) * **ci:** unblock first step of release (relax guard condition to allow execution on push to ci/*) ([5539f33](5539f33)) * **releaserc:** add missing closing quote, removed redundant branch qualifier ([3d140b2](3d140b2)) * **releaserc:** indentation + comments ([0688f75](0688f75)) * **releaserc:** remove non-existing branch references ([b7ccb2e](b7ccb2e)) * **semantic-release:** PEP440 compatibility for prereleases ([f8bedfc](f8bedfc))
1 parent 3d140b2 commit aebd6c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.1.9-dev.1](https://github.com/getappmap/appmap-python/compare/v2.1.8...v2.1.9-dev.1) (2025-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** correctly name release branch in releaserc, +eliminate some trailing spaces ([40352b0](https://github.com/getappmap/appmap-python/commit/40352b0bfd0b01017b9859680fb82ce87b4d4144))
7+
* **ci:** one more syntax fix, do not use .env in job conditionals ([1075528](https://github.com/getappmap/appmap-python/commit/10755284d92aae9d451ba0cdc1059583d17f0f39))
8+
* **ci:** one more syntax fix, stray double-quotes ([3eafbbf](https://github.com/getappmap/appmap-python/commit/3eafbbf4448612ce1fa3b40c2498d76bf14c9e08))
9+
* **ci:** pin specific testing branch to trigger a prerelease ([ed79ac4](https://github.com/getappmap/appmap-python/commit/ed79ac4ab928cb10f4a701fbde0d5188f33511f9))
10+
* **ci:** syntax issue (also this commit triggers semantic-release version bump) ([3a0327a](https://github.com/getappmap/appmap-python/commit/3a0327a83f34f0703bde6c34182873e0fda88e17))
11+
* **ci:** temporary enable release workflow run on pushes to ci/** ([87c8938](https://github.com/getappmap/appmap-python/commit/87c8938a722b6261298a7a507078b778e48dcf3f))
12+
* **ci:** unblock first step of release (relax guard condition to allow execution on push to ci/*) ([5539f33](https://github.com/getappmap/appmap-python/commit/5539f334e93b8a6eca125f5eb86c5dc12817a884))
13+
* **releaserc:** add missing closing quote, removed redundant branch qualifier ([3d140b2](https://github.com/getappmap/appmap-python/commit/3d140b26c5888a881034ba444bd2895f696b1c9b))
14+
* **releaserc:** indentation + comments ([0688f75](https://github.com/getappmap/appmap-python/commit/0688f7528825d608d4cb0e4e67d490bfebb98890))
15+
* **releaserc:** remove non-existing branch references ([b7ccb2e](https://github.com/getappmap/appmap-python/commit/b7ccb2e3d4b80db6366a8da04fab5d665e962770))
16+
* **semantic-release:** PEP440 compatibility for prereleases ([f8bedfc](https://github.com/getappmap/appmap-python/commit/f8bedfcdfb9e67e603033fb6e862c33a13aa1336))
17+
118
## [2.1.9-ci.1](https://github.com/getappmap/appmap-python/compare/v2.1.8...v2.1.9-ci.1) (2025-11-11)
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.1.9-ci.1"
3+
version = "2.1.9-dev.1"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)