summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d4cc9a..775a8bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.3.0 (unreleased)
+# 0.3.0
* upgraded [hyper](https://github.com/hyperium/hyper/) from 0.7 to 0.9 [#13](https://github.com/softprops/shiplift/pull/29)
* upgraded [hyperlocal](https://github.com/softprops/hyperlocal) dependency from 0.1 to 0.2
diff --git a/Cargo.toml b/Cargo.toml
index 6031b68..d1f420f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "shiplift"
-version = "0.2.1"
+version = "0.3.0"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://softprops.github.io/shiplift"
@@ -25,4 +25,4 @@ env_logger = "0.3"
[dependencies.hyper]
version = "0.9"
-features = ["openssl"] \ No newline at end of file
+features = ["openssl"]