We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cbe38 commit b3c1215Copy full SHA for b3c1215
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog and versioning
2
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
12
## 0.0.6
13
14
### Various fixes & improvements
setup.py
@@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
setup(
name="sentry-kafka-schemas",
- version="0.0.6",
+ version="0.0.7",
author="Sentry",
author_email="oss@sentry.io",
15
url="https://github.com/getsentry/sentry-kafka-schemas",
0 commit comments