Skip to content

Commit

Permalink
[release] 1.1.1 version bump and release
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Apr 14, 2014
1 parent 417bbb1 commit 97916a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
History
=========
=======

1.1.1
-----
* Added Ruby method to call into pHash's Mexican Hat Wavelet funcition (issue #37, Terence Lee / @hone)
* Removed duplicate version reference

1.1.0
-----
Expand All @@ -9,7 +14,7 @@ History

1.0.8
------
* Renamed the pHashion tar.gz archive as "pHash-0.9.6.tar.gz" to solve/enable install from github
* Renamed the pHashion tar.gz archive as "pHash-0.9.6.tar.gz" to solve/enable install from github.

1.0.7
------
Expand All @@ -27,29 +32,24 @@ History

1.0.5
-------

* Fix CImg.h compilation problems. [#10]

1.0.4
-------

* Fix pthread linking on Ubuntu 11.04

1.0.3
-------

* Update pHash to version 0.9.3 and CImg 1.4.7.
* Fix a few build issues.

1.0.2
-------

* Make installation much easier by distributing and building locally all the native dependencies.
This includes pHash 0.9.0 and CImg 1.3.4.

1.0.1
-------

* Remove RubyInline, use standard Ruby extension infrastructure.
* Update duplicate threshold constant based on wider image testing.
* Make duplicate threshold variable so users can tune it based on their dataset.
Expand All @@ -58,5 +58,4 @@ History

1.0.0
-------

Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion lib/phashion/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Phashion
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 97916a4

Please sign in to comment.