Skip to content

Commit f819a45

Browse files
committed
Bump minor version.
1 parent ba78348 commit f819a45

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2021-2025, by Samuel Williams.
55

66
module Metrics
7-
VERSION = "0.12.2"
7+
VERSION = "0.13.0"
88
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Please see the [project documentation](https://socketry.github.io/metrics/) for
2323

2424
Please see the [project releases](https://socketry.github.io/metrics/releases/index) for all releases.
2525

26+
### v0.13.0
27+
28+
- Introduce `metrics:provider:list` command to list all available metrics providers.
29+
2630
### v0.12.1
2731

2832
- [Introduce `Metrics::Config` to Expose `prepare` Hook](https://socketry.github.io/metrics/releases/index#introduce-metrics::config-to-expose-prepare-hook)

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.13.0
44

55
- Introduce `metrics:provider:list` command to list all available metrics providers.
66

0 commit comments

Comments
 (0)