Skip to content

Commit b3c1215

Browse files
committed
release: 0.0.7
1 parent b0cbe38 commit b3c1215

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog and versioning
22

3+
## 0.0.7
4+
5+
### Various fixes & improvements
6+
7+
- feat: Generate type for where profile (#39) by @lynnagara
8+
- feat: Add basic linting for jsonschema naming conventions (#36) by @untitaker
9+
- fix: Split out linting for Rust (#38) by @untitaker
10+
- fix: Another instance of nullable tags (#37) by @untitaker
11+
312
## 0.0.6
413

514
### Various fixes & improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99

1010
setup(
1111
name="sentry-kafka-schemas",
12-
version="0.0.6",
12+
version="0.0.7",
1313
author="Sentry",
1414
author_email="oss@sentry.io",
1515
url="https://github.com/getsentry/sentry-kafka-schemas",

0 commit comments

Comments
 (0)