From 5fd8f947514c4548afaa1ed2aa999321c2c5edd8 Mon Sep 17 00:00:00 2001 From: Jason Haslam Date: Sun, 6 Jan 2019 20:41:29 -0700 Subject: [PATCH] Change version to 2.5.2 --- CMakeLists.txt | 2 +- doc/changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a0d0651..8d2dc78f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(GitAhead) set(GITAHEAD_NAME "GitAhead") set(GITAHEAD_VERSION_MAJOR 2) set(GITAHEAD_VERSION_MINOR 5) -set(GITAHEAD_VERSION_PATCH 1) +set(GITAHEAD_VERSION_PATCH 2) set(GITAHEAD_VERSION "${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}" ) diff --git a/doc/changelog.md b/doc/changelog.md index aa896845..58486ade 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,3 +1,12 @@ +### v2.5.2 - 2019-01-06 + +#### Fixed + +* (Win) Fixed status diff performance regression on indexes built with older versions of GitAhead. +* (Win) Fixed installer shortcuts to be relative to the actual install location instead of hard coded to the default location. + +---- + ### v2.5.1 - 2018-12-22 #### Fixed