Skip to content

Commit c5e013f

Browse files
committed
Bump version to 0.2.0.
1 parent fa9663e commit c5e013f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.2.0 (Unreleased)
1+
### 0.2.0 (2016-02-05)
22

33
* Add an option for a detach_if callable, which can contain logic to
44
determine whether to remove an object from the pool.

lib/pond/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Pond
2-
VERSION = '0.1.0'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)