Skip to content

Commit dbbfc14

Browse files
chore(release): 1.19.0 [skip ci]
# [1.19.0](v1.18.4...v1.19.0) (2024-02-13) ### Bug Fixes * get rid of unused metadata fields ([87efc91](87efc91)) ### Features * add process recording ([81e5226](81e5226))
1 parent 0e18d50 commit dbbfc14

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.19.0](https://github.com/getappmap/appmap-python/compare/v1.18.4...v1.19.0) (2024-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* get rid of unused metadata fields ([87efc91](https://github.com/getappmap/appmap-python/commit/87efc91b262c607b38f5f38eeb5c3c9942074147))
7+
8+
9+
### Features
10+
11+
* add process recording ([81e5226](https://github.com/getappmap/appmap-python/commit/81e52268ba87905b2f973a120020aec74d09bece))
12+
113
## [1.18.4](https://github.com/getappmap/appmap-python/compare/v1.18.3...v1.18.4) (2024-02-10)
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.18.4"
3+
version = "1.19.0"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)