Skip to content

Commit 5858681

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.4...v1.9.0) (2022-10-03) ### Bug Fixes * Create requests appmap filename in the same format as appmap-ruby. ([22df520](22df520)) * skip the test_record_request testcases until _EventIds stops producing duplicate ids. ([5a8b461](5a8b461)) ### Features * when APPMAP_RECORD_REQUESTS is set record each request in a separate file ([cd2ef5c](cd2ef5c))
1 parent d2be901 commit 5858681

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.9.0](https://github.com/getappmap/appmap-python/compare/v1.8.4...v1.9.0) (2022-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Create requests appmap filename in the same format as appmap-ruby. ([22df520](https://github.com/getappmap/appmap-python/commit/22df5201c21a74e983e239ca863fa167c9b823e3))
7+
* skip the test_record_request testcases until _EventIds stops producing duplicate ids. ([5a8b461](https://github.com/getappmap/appmap-python/commit/5a8b46168ea7a27f287323c4923ca8e5b78e4baa))
8+
9+
10+
### Features
11+
12+
* when APPMAP_RECORD_REQUESTS is set record each request in a separate file ([cd2ef5c](https://github.com/getappmap/appmap-python/commit/cd2ef5ccd9a7704fed4f167333dda546ab56c2f6))
13+
114
## [1.8.4](https://github.com/getappmap/appmap-python/compare/v1.8.3...v1.8.4) (2022-10-03)
215

316

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 = "1.8.4"
3+
version = "1.9.0"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)