Skip to content

Commit 7479959

Browse files
chore(release): 1.18.4 [skip ci]
## [1.18.4](v1.18.3...v1.18.4) (2024-02-10) ### Bug Fixes * replace logging.info with logger in env.py ([68b6bca](68b6bca))
1 parent b1c4233 commit 7479959

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.18.4](https://github.com/getappmap/appmap-python/compare/v1.18.3...v1.18.4) (2024-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* replace logging.info with logger in env.py ([68b6bca](https://github.com/getappmap/appmap-python/commit/68b6bca98d64bc55c7b5d0e67900791469fb5d2d))
7+
18
## [1.18.3](https://github.com/getappmap/appmap-python/compare/v1.18.2...v1.18.3) (2024-02-05)
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.18.3"
3+
version = "1.18.4"
44
description = "Create AppMap files by recording a Python application."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)