Skip to content

Commit

Permalink
Merge branch 'release-sentry-jsonnet/0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 28, 2024
2 parents 73576e5 + f9ea4a4 commit 60e7df0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions sentry_jsonnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.0.5

### Various fixes & improvements

- Change jsonnet dep (#25) by @brian-lou
- release: 0.0.4 (59c793c2) by @getsentry-bot
- Fix sentry_jsonnet pyproject to include py.typed (#20) by @fpacifici
- Make sentry_jsonish work (#19) by @fpacifici
- release: 0.0.3 (acd872fb) by @getsentry-bot
- clean readme (#16) by @fpacifici
- Touch readmes (#14) by @fpacifici
- Fix CI for both libraries (#7)
- Fix the path of bump version (#12) by @fpacifici
- Fix craft path (#10) by @fpacifici
- Add changelog (#9) by @fpacifici
- Reorganize release script for two projects (#8) by @fpacifici
- feat(ci): first attempt at reusable ci workflows (#6)
- I "touched up" all the things, sorry. (41d2582d) by @bukzor

## 0.0.4

### Various fixes & improvements
Expand Down
4 changes: 2 additions & 2 deletions sentry_jsonnet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["dependencies"]
name = "sentry-jsonnet"
version = "0.0.4"
version = "0.0.5"
description = "Sentry wrapper to the go-jsonnet library"
readme = "README.md"
requires-python = ">=3.11"
Expand Down Expand Up @@ -45,7 +45,7 @@ add_imports=[
]

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

0 comments on commit 60e7df0

Please sign in to comment.