Skip to content

Commit 33f8934

Browse files
committed
Release v0.3.1
Signed-off-by: James Couball <[email protected]>
1 parent 1fca720 commit 33f8934

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Changes for each release are listed in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## v0.3.1 (2024-09-16)
8+
9+
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.3.0..v0.3.1)
10+
11+
Changes since v0.3.0:
12+
13+
* 1fca720 Remove unneeded --exclude options in .yardopts
14+
* e60794d Update yardopts with new standard options
15+
* 31537ec Fix the YARD doc generation to use the correct license file name
16+
* aebb048 Standardize YARD and Markdown Lint configurations
17+
* 474adfb Update CODEOWNERS file
18+
* ca1aca3 Document why the JRuby --debug flag is being set
19+
* 8e0ad31 Set JRuby —debug option when running tests in GitHub Actions workflows
20+
* fa10ba3 Fix example of uncovered lines listing in README
21+
722
## v0.3.0 (2024-09-14)
823

924
[Full Changelog](https://github.com/main-branch/simplecov-rspec/compare/v0.2.1..v0.3.0)

lib/simplecov-rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Simplecov
44
class Rspec
55
# This gem's version
6-
VERSION = '0.3.0'
6+
VERSION = '0.3.1'
77
end
88
end

0 commit comments

Comments
 (0)