Skip to content

Commit a5ce252

Browse files
committed
Release 1.1.1
[ci skip]
1 parent 094b575 commit a5ce252

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
New for 1.1.0:
27

38
* Remove Travis CI configuration

lib/terrapin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding: UTF-8
22
module Terrapin
3-
VERSION = "1.1.0".freeze
3+
VERSION = "1.1.1".freeze
44
end

0 commit comments

Comments
 (0)