Skip to content

Commit ac88299

Browse files
chore(release): 1.19.1 [skip ci]
## [1.19.1](v1.19.0...v1.19.1) (2024-02-29) ### Bug Fixes * add TRACE log level ([778c6e3](778c6e3)) * drop Flask 1 ([5a28dc7](5a28dc7)) * drop python 3.7 support ([99d33c9](99d33c9)) * Flask integration should record exceptions ([2e89cfa](2e89cfa))
1 parent 154582f commit ac88299

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.19.1](https://github.com/getappmap/appmap-python/compare/v1.19.0...v1.19.1) (2024-02-29)
2+
3+
4+
### Bug Fixes
5+
6+
* add TRACE log level ([778c6e3](https://github.com/getappmap/appmap-python/commit/778c6e3ecea63f45a17e4c52bca8a31f4d9bb073))
7+
* drop Flask 1 ([5a28dc7](https://github.com/getappmap/appmap-python/commit/5a28dc733d684a9caa15fac7d16a9a82477dd8ca))
8+
* drop python 3.7 support ([99d33c9](https://github.com/getappmap/appmap-python/commit/99d33c9de1e5aea980c6a8561e7822f9359bb76d))
9+
* Flask integration should record exceptions ([2e89cfa](https://github.com/getappmap/appmap-python/commit/2e89cfaf3afc55901dfb9cbbe6fabde5d86c35ac))
10+
111
# [1.19.0](https://github.com/getappmap/appmap-python/compare/v1.18.4...v1.19.0) (2024-02-13)
212

313

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

0 commit comments

Comments
 (0)