Skip to content

Commit

Permalink
Release 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Jun 12, 2023
1 parent 85d8fc1 commit d77c42f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# v0.57.0 - 2023-06-12

- [BUGFIX] Fix DatasourceList view #405
- [IMPROVEMENT] Improve notifiers description #417
- [IMPROVEMENT] Rule Test should check for unrelated labels #424
- [IMPROVEMENT] Show rule description in rule page #403
- [INTERNAL] Migrate more tests to use fixtures #418
- [INTERNAL] Update docker-compose demo environment #402
- [INTERNAL] Upgrade to use pip-compile #406
- [INTERNAL] Use Black to format #416

# v0.56.0 - 2022-07-29

- [BUGFIX] Fix handling of kwargs in skip_raw decorator #396
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.57.0.dev"
__version__ = "0.57.0"

0 comments on commit d77c42f

Please sign in to comment.