We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b9dc9 commit ff83242Copy full SHA for ff83242
CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
3
4
All notable changes to this project will be documented in this file.
5
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
11
[0.0.1] - 2021-06-07
12
--------------------
13
lib/ellipses/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module Ellipses
- VERSION = '0.0.1'
+ VERSION = '0.0.2'
end
0 commit comments