Skip to content

Commit 33e20b2

Browse files
committed
version 2.5.1
1 parent 3794b19 commit 33e20b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## [2.5.1] 2016-08-26
4+
### Fixed
5+
- Fixed NameError. [337](https://github.com/roo-rb/roo/pull/337)
6+
37
## [2.5.0] 2016-08-21
48
### Fixed
59
- Remove tempdirs via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. [329](https://github.com/roo-rb/roo/pull/329)

lib/roo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Roo
2-
VERSION = '2.5.0'
2+
VERSION = "2.5.1"
33
end

0 commit comments

Comments
 (0)