Skip to content

Commit

Permalink
Bump 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Oct 14, 2024
1 parent c21564f commit 6742cb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.3.3] - 2024-10-14

### Fixed

- Fix coverage for Minitest. ([@skryukov])

## [0.3.2] - 2024-06-24

### Fixed
Expand Down Expand Up @@ -122,7 +128,8 @@ and this project adheres to [Semantic Versioning].
[@skryukov]: https://github.com/skryukov
[@ursm]: https://github.com/ursm
[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/skryukov/skooma/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/skryukov/skooma/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/skryukov/skooma/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/skryukov/skooma/compare/v0.2.3...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/skooma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Skooma
VERSION = "0.3.2"
VERSION = "0.3.3"
end

0 comments on commit 6742cb1

Please sign in to comment.