Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2024-05-23)

### Bug Fixes

* completely disable record-by-default ([27e1bb4](27e1bb4))
* handle non json serializable types ([b4fedc6](b4fedc6))
  • Loading branch information
semantic-release-bot committed May 23, 2024
1 parent c808c50 commit 4e16d63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.1](https://github.com/getappmap/appmap-python/compare/v2.0.0...v2.0.1) (2024-05-23)


### Bug Fixes

* completely disable record-by-default ([27e1bb4](https://github.com/getappmap/appmap-python/commit/27e1bb40734213ad100f27e024337e3d2e484c3e))
* handle non json serializable types ([b4fedc6](https://github.com/getappmap/appmap-python/commit/b4fedc6c8d22082c9640d03caa8fbf12121fe8f9))

# [2.0.0](https://github.com/getappmap/appmap-python/compare/v1.24.1...v2.0.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "appmap"
version = "2.0.0"
version = "2.0.1"
description = "Create AppMap files by recording a Python application."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 4e16d63

Please sign in to comment.