summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaute Hope <eg@gaute.vetsj.com>2019-07-17 13:10:13 +0200
committerGaute Hope <eg@gaute.vetsj.com>2019-07-17 13:25:08 +0200
commit92938e5347eb7d93c1ece98a543c06e37cf3161b (patch)
tree4adee1c390d298fad1c2ad73b5d37b7abba1e73b
parent2cc9809a6e774568318a56560b0e2ee3cab048df (diff)
Release v0.15.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--History.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e02cd1..e45c8c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug")
)
else ()
# release build - use hard-coded version string
- set ( PROJECT_VERSION "0.14.0" )
+ set ( PROJECT_VERSION "0.15.0" )
endif ()
##
diff --git a/History.txt b/History.txt
index 93b09aa..191ea43 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+== v0.15 / 2019-07-17
+
+* Faster editing of tags
+* Number of bug fixes
+* Lots more, check the git log!
+
== v0.14 / 2018-09-30
* Use cmark by default as markdown processor.