Skip to content

Commit fc85f4c

Browse files
chore(release): 1.10.3 [skip ci]
## [1.10.3](v1.10.2...v1.10.3) (2022-10-20) ### Bug Fixes * use default values when config is incomplete ([8a307a2](8a307a2))
1 parent 3373415 commit fc85f4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.3](https://github.com/getappmap/appmap-python/compare/v1.10.2...v1.10.3) (2022-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* use default values when config is incomplete ([8a307a2](https://github.com/getappmap/appmap-python/commit/8a307a246c2e3ef7c3ed2dc5b490c06def674eb3))
7+
18
## [1.10.2](https://github.com/getappmap/appmap-python/compare/v1.10.1...v1.10.2) (2022-10-19)
29

310

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

0 commit comments

Comments
 (0)