Skip to content

Commit e1900f4

Browse files
mpeteuilwingrunr21
authored andcommitted
Release 1.0.0
1 parent 7d9dbcf commit e1900f4

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
# ft2-ruby changelog #
22

3+
## 1.0.0 ##
4+
### Wed Nov 20 13:28:20 2013 by [mpeteuil](http://www.github.com/mpeteuil) ###
5+
- Now raises FT2::Error instead of Exception
6+
37
## 0.1.4 ##
48
### Fri Apr 27 11:39:28 2012 by [sethvargo](http://www.github.com/sethvargo) ###
59
- Added MIT license

lib/ft2-ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FT2
2-
VERSION = "0.1.4"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)