aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-07-16 23:36:29 +0200
committerTeddy Wing2020-07-16 23:36:29 +0200
commitcb431ca122262e6ef4e3fea11d0efb094ab3a8a2 (patch)
tree60e3fe835ab0005d976e840358af4f73c4e87a0f
parentaabde54acf646eaa5d0c4500115ff1805b027d1a (diff)
downloadfastcgi-conduit-cb431ca122262e6ef4e3fea11d0efb094ab3a8a2.tar.bz2
Increase version v0.1.0 -> v0.1.1v0.1.1
-rw-r--r--CHANGELOG14
-rw-r--r--Cargo.toml2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..3a9f4eb
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,14 @@
+CHANGELOG
+=========
+
+v0.1.1 (2020-07-16):
+ Fixes:
+
+ * Use the correct status code header to fix 500 error on Apache with
+ mod_fastcgi.
+
+v0.1.0 (2020-07-04):
+ First public release.
+
+
+ vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
diff --git a/Cargo.toml b/Cargo.toml
index 9634465..833c9e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fastcgi-conduit"
-version = "0.1.0"
+version = "0.1.1"
edition = "2018"
[dependencies]