Skip to content

Commit 40d2f9a

Browse files
committed
Bump minor version.
1 parent f2500f6 commit 40d2f9a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/decode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
module Decode
77
# @constant [String] The version of the gem.
8-
VERSION = "0.24.6"
8+
VERSION = "0.25.0"
99
end

readme.md

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

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

25+
### v0.25.0
26+
27+
- Singleton classes are not relevant for coverage, so they are now ignored by the coverage reporter.
28+
2529
### v0.24.4
2630

2731
- Add support for `@constant [Type] Description.` tags.

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.25.0
44

55
- Singleton classes are not relevant for coverage, so they are now ignored by the coverage reporter.
66

0 commit comments

Comments
 (0)