We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094b575 commit a5ce252Copy full SHA for a5ce252
NEWS.md
@@ -1,3 +1,8 @@
1
+New for 1.1.1:
2
+
3
+* Fix specs flaking due to leaky path and runner
4
+* Use String.new to create a mutable string
5
6
New for 1.1.0:
7
8
* Remove Travis CI configuration
lib/terrapin/version.rb
@@ -1,4 +1,4 @@
# coding: UTF-8
module Terrapin
- VERSION = "1.1.0".freeze
+ VERSION = "1.1.1".freeze
end
0 commit comments