Skip to content

Commit 097ac40

Browse files
author
Novotnik, Petr
committed
Prepare for 0.4.0 release
1 parent 305caa6 commit 097ac40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kafka"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = ["Yousuf Fauzan", "Petr Novotnik <pnovotnik@googlemail.com>"]
55
description = "Rust client for Apache Kafka"
66
homepage = "https://github.com/spicavigo/kafka-rust"
@@ -28,6 +28,7 @@ getopts = "0.2"
2828
env_logger = "0.3"
2929
time = "0.1"
3030

31+
3132
[features]
3233
default = ["snappy", "gzip", "security"]
3334
gzip = ["flate2"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ expect the version number to grow quickly.)
1919

2020
```toml
2121
[dependencies]
22-
kafka = "0.3"
22+
kafka = "0.4"
2323
```
2424

2525
To build kafka-rust you'll need `libsnappy-dev` on your local machine.
@@ -92,7 +92,7 @@ submit a pull requests if you see something to be changed. We'll be
9292
happy see `kafka-rust` improving over time.
9393

9494

95-
### [Creating a topic] (https://kafka.apache.org/08/quickstart.html)
95+
### [Creating a topic] (https://kafka.apache.org/documentation.html#quickstart)
9696

9797
Note unless otherwise explicitely stated in the documentation, this
9898
library will ignore requests to topics which it doesn't know about.

0 commit comments

Comments
 (0)