File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright, 2021-2025, by Samuel Williams.
5
5
6
6
module Metrics
7
- VERSION = "0.12.2 "
7
+ VERSION = "0.13.0 "
8
8
end
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Please see the [project documentation](https://socketry.github.io/metrics/) for
23
23
24
24
Please see the [ project releases] ( https://socketry.github.io/metrics/releases/index ) for all releases.
25
25
26
+ ### v0.13.0
27
+
28
+ - Introduce ` metrics:provider:list ` command to list all available metrics providers.
29
+
26
30
### v0.12.1
27
31
28
32
- [ Introduce ` Metrics::Config ` to Expose ` prepare ` Hook] ( https://socketry.github.io/metrics/releases/index#introduce-metrics::config-to-expose-prepare-hook )
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.13.0
4
4
5
5
- Introduce ` metrics:provider:list ` command to list all available metrics providers.
6
6
You can’t perform that action at this time.
0 commit comments