Skip to content

Commit

Permalink
Release 0.3.1, move changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Feb 14, 2015
1 parent 905b42d commit c2f38bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Changelog

+ __0.3.1__: Add activesupport dependency since es-reindex uses methods from it.
+ __0.3.0__: Add `:if` and `:unless` callbacks
+ __0.2.1__: [BUGFIX] Improve callback presence check
+ __0.2.0__: Lots of bugfixes, use elasticsearch client gem, add .reindex! method and callbacks
+ __0.1.0__: First gem release
+ __0.0.9__: Gemification, Oj -> MultiJSON
+ __0.0.8__: Optimization in string concat (@nara)
+ __0.0.7__: Document header arguments `_timestamp` and `_ttl` are copied as well
+ __0.0.6__: Document headers in bulks are now assembled and properly JSON dumped
+ __0.0.5__: Merge fix for trailing slash in urls (@ichinco), formatting cleanup
+ __0.0.4__: Force create only, update is optional (@pgaertig)
+ __0.0.3__: Yajl -> Oj
+ __0.0.2__: repated document count comparison
+ __0.0.1__: first revision
15 changes: 1 addition & 14 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,7 @@ For a more practical example, see the [reindex integration specs](spec/integrati

## Changelog

+ __next__: Add activesupport dependency since es-reindex uses methods from it.
+ __0.3.0__: Add `:if` and `:unless` callbacks
+ __0.2.1__: [BUGFIX] Improve callback presence check
+ __0.2.0__: Lots of bugfixes, use elasticsearch client gem, add .reindex! method and callbacks
+ __0.1.0__: First gem release
+ __0.0.9__: Gemification, Oj -> MultiJSON
+ __0.0.8__: Optimization in string concat (@nara)
+ __0.0.7__: Document header arguments `_timestamp` and `_ttl` are copied as well
+ __0.0.6__: Document headers in bulks are now assembled and properly JSON dumped
+ __0.0.5__: Merge fix for trailing slash in urls (@ichinco), formatting cleanup
+ __0.0.4__: Force create only, update is optional (@pgaertig)
+ __0.0.3__: Yajl -> Oj
+ __0.0.2__: repated document count comparison
+ __0.0.1__: first revision
The full changelog is available [here](CHANGELOG.markdown).

## Credits

Expand Down
2 changes: 1 addition & 1 deletion lib/es-reindex/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ESReindex
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit c2f38bf

Please sign in to comment.