Skip to content

Commit

Permalink
Release 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Aug 7, 2023
1 parent d0c43fe commit 2d0acba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# v0.58.0 - 2023-08-07

This release is primarily focused on upgrading Python version and assorted package versions.

- [BUGFIX] Fix testing site rules with expected_labels #425
- [BUGFIX] Stricter checks about silencing global rules #433
- [IMPROVEMENT] Add debug warning to top of page #426
- [IMPROVEMENT] Additional alert filters #432
- [INTERNAL] Convert Rule label/annotation storage to JsonField #427
- [INTERNAL] Update requirements #431
- [INTERNAL] Upgrade to Python3.9 #429
- [INTERNAL] Use ruff for formatting #434

# v0.57.0 - 2023-06-12

- [BUGFIX] Fix DatasourceList view #405
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.58.0.dev"
__version__ = "0.58.0"

0 comments on commit 2d0acba

Please sign in to comment.