aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-01-22 22:32:21 +0100
committerTeddy Wing2018-01-22 22:39:14 +0100
commit3c8651dfb3a31ab4a210b9e193c4448f30943dd5 (patch)
treedf306a4b09de4890f6c234e5095223b3f40e9e31
parent44ae48931227fba274a3d2fea3742947987950f0 (diff)
downloadtimetasker-3c8651dfb3a31ab4a210b9e193c4448f30943dd5.tar.bz2
Increase version v0.1.1 -> v0.1.2HEADv0.1.2master
-rw-r--r--CHANGELOG7
-rw-r--r--main.go2
-rw-r--r--release.sh2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a931247..9241229 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,13 @@
CHANGELOG
=========
+v0.1.2 (2018-01-22):
+ * When submitting time entries, print the HTTP response in the error output
+ to show the cause of the error.
+ * Time Task updated their form handling code last week to use U.S.-style
+ instead of European-style localisation. Change the date and decimal time
+ formats accordingly when submitting the form to the server.
+
v0.1.1 (2017-07-08):
+ Add Bash completion
* Update release script
diff --git a/main.go b/main.go
index 0aafbc5..6c637e8 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ import (
"gopkg.in/alecthomas/kingpin.v2"
)
-const VERSION string = "0.1.1"
+const VERSION string = "0.1.2"
var config Config
diff --git a/release.sh b/release.sh
index 9ae87c1..b7e42c8 100644
--- a/release.sh
+++ b/release.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VERSION=0.1.1
+VERSION=0.1.2
mkdir -p dist