Skip to content

Commit 99fa8ee

Browse files
chore(release): 1.20.0 [skip ci]
# [1.20.0](v1.19.1...v1.20.0) (2024-03-15) ### Bug Fixes * log to a file by default ([3da004f](3da004f)) ### Features * FastAPI support ([3dba2a2](3dba2a2))
1 parent 37fcb7c commit 99fa8ee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.20.0](https://github.com/getappmap/appmap-python/compare/v1.19.1...v1.20.0) (2024-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* log to a file by default ([3da004f](https://github.com/getappmap/appmap-python/commit/3da004f4ba67b7e3a923fc76ef733eec51a496c7))
7+
8+
9+
### Features
10+
11+
* FastAPI support ([3dba2a2](https://github.com/getappmap/appmap-python/commit/3dba2a2561e51a6fe63c68dc870f817391c2bb0f))
12+
113
## [1.19.1](https://github.com/getappmap/appmap-python/compare/v1.19.0...v1.19.1) (2024-02-29)
214

315

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

0 commit comments

Comments
 (0)