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 b20c27d commit f3988adCopy full SHA for f3988ad
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.12.4](https://github.com/getappmap/appmap-python/compare/v1.12.3...v1.12.4) (2022-11-21)
2
+
3
4
+### Bug Fixes
5
6
+* allow scripts to be run with -m ([dc75658](https://github.com/getappmap/appmap-python/commit/dc75658090c6baab7fd214c4f1221098917c1939))
7
8
## [1.12.3](https://github.com/getappmap/appmap-python/compare/v1.12.2...v1.12.3) (2022-11-08)
9
10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "appmap"
-version = "1.12.3"
+version = "1.12.4"
description = "Create AppMap files by recording a Python application."
readme = "README.md"
authors = [
0 commit comments