Skip to content

Commit

Permalink
release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 27, 2023
1 parent af8ec36 commit 1e4dede
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.2

### Various fixes & improvements

- Temporarily replace binding (#4) by @fpacifici

## 0.0.1

### Various fixes & improvements
Expand Down
4 changes: 2 additions & 2 deletions binding/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = ["sentry_jsonnet", "typings"]
[project]
dynamic = ["dependencies"]
name = "sentry-jsonnet"
version = "0.0.1"
version = "0.0.2"
description = "Sentry wrapper to the go-jsonnet library"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -40,7 +40,7 @@ add_imports=[
]

[tool.pytest.ini_options]
minversion = "0.0.1"
minversion = "0.0.2"
markers = ["slow_integration"]
addopts = "--durations=3 -vv --doctest-modules"
testpaths = ["."]
Expand Down

0 comments on commit 1e4dede

Please sign in to comment.