Skip to content

Commit

Permalink
Bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Apr 28, 2024
1 parent 9731020 commit f7326d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.3] - 2024-04-28

### Fixed

- Fix `JSONSkooma::Sources::Remote` to allow remote refs. ([@killondark])

## [0.2.2] - 2023-04-09
## [0.2.2] - 2024-04-09

### Fixed

Expand Down Expand Up @@ -48,7 +50,8 @@ and this project adheres to [Semantic Versioning].
[@skryukov]: https://github.com/skryukov
[@killondark]: https://github.com/killondark

[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/skryukov/json_skooma/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/skryukov/json_skooma/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/skryukov/json_skooma/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/skryukov/json_skooma/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/skryukov/json_skooma/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/json_skooma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSONSkooma
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit f7326d1

Please sign in to comment.