Skip to content

Commit

Permalink
Release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Jan 26, 2018
1 parent 3797f2a commit f460b0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.25
* [BUGFIX] Fix formatting on yaml rules file to output as unicode
* [BUGFIX] Minor optimization for admin page
* [BUGFIX] Include missing package data
* [BUGFIX] Fix double slash with exporter path test
* [IMPROVEMENT] Add default project/service label when creating new rule
* [IMPROVEMENT] Show disabled exporters as light grey
* [IMPROVEMENT] Show confirmation when toggling exporter

## v0.24
* [BUGFIX] Minor permissions fix with atomic_write method
* [IMPROVEMENT] Remove special 'default' group and support Site as a parent for shared rules
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.25.dev'
__version__ = '0.25'

0 comments on commit f460b0b

Please sign in to comment.