chore(build): Releasing v1.0.0

This commit is contained in:
Peter Fern 2021-06-22 04:53:47 +00:00
parent 0b6e8bc064
commit 97fe060e84
2 changed files with 27 additions and 1 deletions

26
CHANGELOG.md Normal file
View File

@ -0,0 +1,26 @@
# [1.0.0](https://github.com/pdf/zfs_exporter/compare/v0.0.3...v1.0.0) (2021-06-22)
### Bug Fixes
* **ci:** Fix syntax error in github actions workflow ([0b6e8bc](https://github.com/pdf/zfs_exporter/commit/0b6e8bc))
### Code Refactoring
* **core:** Update prometheus toolchain and refactor internals ([056b386](https://github.com/pdf/zfs_exporter/commit/056b386))
### Features
* **enhancement:** Allow excluding datasets by regular expression ([8dd48ba](https://github.com/pdf/zfs_exporter/commit/8dd48ba)), closes [#3](https://github.com/pdf/zfs_exporter/issues/3)
### BREAKING CHANGES
* **core:** Go API has changed somewhat, but metrics remain
unaffected.

View File

@ -1 +1 @@
0.0.3
1.0.0