We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a280300 commit f092a77Copy full SHA for f092a77
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.4](https://github.com/getappmap/appmap-python/compare/v2.1.3...v2.1.4) (2024-07-26)
2
+
3
4
+### Bug Fixes
5
6
+* disable property instrumentation by default ([a280300](https://github.com/getappmap/appmap-python/commit/a2803003a57b1aabc87cadc755786613e2709ff2))
7
8
## [2.1.3](https://github.com/getappmap/appmap-python/compare/v2.1.2...v2.1.3) (2024-07-26)
9
10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "appmap"
-version = "2.1.3"
+version = "2.1.4"
description = "Create AppMap files by recording a Python application."
readme = "README.md"
authors = [
0 commit comments