Skip to content

Commit a9b0f5d

Browse files
committed
Bump patch version.
1 parent 5b626e6 commit a9b0f5d

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/covered/version.rb

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

66
# @namespace
77
module Covered
8-
VERSION = "0.28.3"
8+
VERSION = "0.28.4"
99
end

readme.md

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

3535
Please see the [project releases](https://socketry.github.io/covered/releases/index) for all releases.
3636

37+
### v0.28.4
38+
39+
- Ensure coverage validation loads explicit coverage databases without reloading the default persisted database.
40+
3741
### v0.28.3
3842

3943
- Ignore nil coverage reports so validation can run without `COVERAGE` configured.

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

55
- Ensure coverage validation loads explicit coverage databases without reloading the default persisted database.
66

0 commit comments

Comments
 (0)