Skip to content

Commit

Permalink
chore(release): 2.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.8](v2.0.7...v2.0.8) (2024-06-05)

### Bug Fixes

* move __reduce_ex__ up to ObjectProxy ([f4618b6](f4618b6))
* optionally disable schema render ([4e29c13](4e29c13))
* support APPMAP_MAX_TIME ([d60c528](d60c528))
  • Loading branch information
semantic-release-bot committed Jun 5, 2024
1 parent f4618b6 commit 1d5a072
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.8](https://github.com/getappmap/appmap-python/compare/v2.0.7...v2.0.8) (2024-06-05)


### Bug Fixes

* move __reduce_ex__ up to ObjectProxy ([f4618b6](https://github.com/getappmap/appmap-python/commit/f4618b68bc9bc40ff54120385c1820896094bd2e))
* optionally disable schema render ([4e29c13](https://github.com/getappmap/appmap-python/commit/4e29c1321d0e52554a797efd4e5bdda240e2fe82))
* support APPMAP_MAX_TIME ([d60c528](https://github.com/getappmap/appmap-python/commit/d60c52813aec424de1db2b45bb5f13eb23965d61))

## [2.0.7](https://github.com/getappmap/appmap-python/compare/v2.0.6...v2.0.7) (2024-06-05)


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.7"
version = "2.0.8"
description = "Create AppMap files by recording a Python application."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 1d5a072

Please sign in to comment.