-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from MalloZup/update-dep
WIP: prepare release 0.1.9
- Loading branch information
Showing
3 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Version 0.1.9 | ||
|
||
# Breaking Changes | ||
|
||
- clojars group change: move from iapetos to `clj-commons/iapetos` (https://clojars.org/clj-commons/iapetos) | ||
|
||
This change was needed to continue publishing new clojars to `clj-commons` after project migration. | ||
|
||
# Changes: | ||
|
||
- update deps | ||
|
||
- introduce changelog file.md | ||
|
||
|
||
# Version 0.1.8 | ||
|
||
# Breaking Changes | ||
|
||
None. | ||
|
||
# Deprecation | ||
|
||
The :lazy? flag on collectors is now deprecated, use register-lazy instead. | ||
|
||
# Features | ||
|
||
upgrades the Prometheus Java dependencies to version 0.2.0. | ||
introduces register-lazy as a replacement for the :lazy? flag on collectors. | ||
introduces clear and unregister functions to remove collectors from a registry they were previously added to (see #10). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters