Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit cbdca2a

Browse files
authored
Bump to 0.2.4 (#83)
* Bump to 0.2.4 * Use the version
1 parent c0db3b2 commit cbdca2a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.2.4`
2+
- Adds support for GitHub Actions CI
3+
14
### `0.2.3`
25
- Support uploads for jruby 9.1 and 9.2
36

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class Version
4-
LATEST = '0.2.3'
4+
LATEST = '0.2.4'
55
end

0 commit comments

Comments
 (0)