Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Dec 1, 2014
1 parent 121d473 commit 8a8a121
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Application Version
const Version = "0.3.1"
const Version = "0.3.2"

// Options represents bulk indexing options
type Options struct {
Expand Down
2 changes: 1 addition & 1 deletion debian/esbulk/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: esbulk
Version: 0.3.1
Version: 0.3.2
Section: utils
Priority: optional
Architecture: amd64
Expand Down
6 changes: 5 additions & 1 deletion packaging/esbulk.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Fast parallel bulk loading utility for elasticsearch.
Name: esbulk
Version: 0.3.1
Version: 0.3.2
Release: 0
License: MIT
BuildArch: x86_64
Expand Down Expand Up @@ -46,6 +46,10 @@ rm -rf %{_topdir}/BUILD/%{name}


%changelog
* Mon Dec 1 2014 Martin Czygan
- 0.3.2 release
- fix panics on connection errors

* Sun Nov 30 2014 Martin Czygan
- 0.3.1 release
- fix index.refresh_interval settings, make indexing 10-30% faster
Expand Down

0 comments on commit 8a8a121

Please sign in to comment.