From d20d340b6344e0dc62f5bd60f44eade5ce02b3e4 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Thu, 1 Nov 2018 23:43:04 -0500 Subject: [PATCH] Prepare 0.2.4 release --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edbc782..e025927f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.4 - 2018-11-01 + +- Add a `version()` function, which returns a human-readable string containing the runtime version of cHTTP and important dependencies. Helpful for debugging endeavors. + ## 0.2.3 - 2018-10-30 - Enable curl's built-in gzip and zlib encoding decompression. diff --git a/Cargo.toml b/Cargo.toml index 51f1506f..a4378e08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chttp" -version = "0.2.3" +version = "0.2.4" description = "The practical HTTP client that is fun to use." authors = ["Stephen M. Coakley "] license = "MIT"