Skip to content

Commit ff83242

Browse files
committedJun 7, 2021
chore: Prepare new release
1 parent 11b9dc9 commit ff83242

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6+
[0.0.2] - 2021-06-07
7+
--------------------
8+
9+
No code change. (Required to publish a new gem after yanking a bogus 0.0.1 versioned gem)
10+
611
[0.0.1] - 2021-06-07
712
--------------------
813

‎lib/ellipses/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ellipses
4-
VERSION = '0.0.1'
4+
VERSION = '0.0.2'
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.