Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Nov 30, 2014
1 parent 233d3a5 commit 58d3d9d
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2.4"
const Version = "0.3.0"

// 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.2.4
Version: 0.3.0
Section: utils
Priority: optional
Architecture: amd64
Expand Down
7 changes: 6 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.2.4
Version: 0.3.0
Release: 0
License: MIT
BuildArch: x86_64
Expand Down Expand Up @@ -46,6 +46,11 @@ rm -rf %{_topdir}/BUILD/%{name}


%changelog
* Sun Nov 30 2014 Martin Czygan
- 0.3 release
- backwards-incompatible changes: removed -q, added -verbose
- added support for gzipped input files

* Mon Sep 29 2014 Martin Czygan
- 0.2 release, fixed memory leak by closing `response.Body`

Expand Down

0 comments on commit 58d3d9d

Please sign in to comment.