aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-09-20 02:54:23 +0200
committerTeddy Wing2020-09-20 02:54:23 +0200
commitce4011af111d814cad7f08a229f983b510d84daa (patch)
treefa2f454afa2e88408c1b3a7316a73ad5767ada65
parentc6d4fbc68e863b070a3f33db7c87d581569d1db5 (diff)
downloadgit-suggestion-master.tar.bz2
Increase version v0.2.0 -> v0.2.1HEADv0.2.1master
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b6f7d6d..44e4cfa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
CHANGELOG
=========
+v0.2.1 (2020-09-20):
+ Changes:
+
+ * Remove dynamic link to 'openssl' and allow static link to 'libgit2'.
+
v0.2.0 (2020-08-30):
Breaking changes:
diff --git a/Cargo.toml b/Cargo.toml
index e4ce989..47ed797 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-suggestion"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
[dependencies]
diff --git a/src/lib.rs b/src/lib.rs
index 4d22df4..105f13a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,4 +28,4 @@ mod suggestion;
pub use suggestion::for_suggestion;
-const VERSION: &'static str = "0.2.0";
+const VERSION: &'static str = "0.2.1";