Skip to content

Commit 00381dc

Browse files
chore(release): 1.12.2 [skip ci]
## [1.12.2](v1.12.1...v1.12.2) (2022-11-08) ### Bug Fixes * allow concurrent remote and request recording ([65f106b](65f106b)) * use log level INFO by default ([6604dd4](6604dd4))
1 parent 30d7db5 commit 00381dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.12.2](https://github.com/getappmap/appmap-python/compare/v1.12.1...v1.12.2) (2022-11-08)
2+
3+
4+
### Bug Fixes
5+
6+
* allow concurrent remote and request recording ([65f106b](https://github.com/getappmap/appmap-python/commit/65f106bc107f80110b39f5647716c91f9f6a0929))
7+
* use log level INFO by default ([6604dd4](https://github.com/getappmap/appmap-python/commit/6604dd4755dcc44eb4e0011568d81900a3afd17e))
8+
19
## [1.12.1](https://github.com/getappmap/appmap-python/compare/v1.12.0...v1.12.1) (2022-11-04)
210

311

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

0 commit comments

Comments
 (0)