Skip to content

Commit 1d312bd

Browse files
committed
Bump to 0.4.0
1 parent 60d9f1e commit 1d312bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.4.0 / 2017-01-02
3+
==================
4+
5+
* Merge pull request #1 from @ttdonovan feature/push-bulk
6+
* pub fn push_bulk Client
7+
28
0.3.0 / 2016-09-10
39
==================
410

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sidekiq"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Laurent Arnoud <laurent@spkdev.net>"]
55
description = "Rust Sidekiq Client"
66
repository = "https://github.com/spk/rust-sidekiq.git"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
``` toml
1414
[dependencies]
15-
sidekiq = "0.3"
15+
sidekiq = "0.4"
1616
```
1717

1818
## Usage

0 commit comments

Comments
 (0)