Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed May 7, 2015
1 parent 6cfe8af commit 6597fdf
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.2"
const Version = "0.3.3"

// 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.2
Version: 0.3.3
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.2
Version: 0.3.3
Release: 0
License: MIT
BuildArch: x86_64
Expand Down Expand Up @@ -46,6 +46,10 @@ rm -rf %{_topdir}/BUILD/%{name}


%changelog
* Thu May 7 2014 Martin Czygan
- 0.3.3 release
- improve error handling (missing index, wrong index name, ...)

* Mon Dec 1 2014 Martin Czygan
- 0.3.2 release
- fix panics on connection errors
Expand Down

0 comments on commit 6597fdf

Please sign in to comment.