From f38bb9d31ae5b7fe518ff3f20c2873bf680abf9f Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Fri, 17 Feb 2023 16:39:11 +0100 Subject: [PATCH] build: create minor release 0.527.0 Update changelog and raise CMake project version to 0.527.0. --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66a0b5..872c380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog All notable changes to Disman will be documented in this file. +## [0.527.0](https://gitlab.com/kwinft/disman/compare/disman@0.527.0-beta.0...disman@0.527.0) (2023-02-17) + ## [0.527.0-beta.0](https://gitlab.com/kwinft/disman/compare/disman@0.526.0-beta.0...disman@0.527.0-beta.0) (2023-02-16) ## [0.526.0](https://gitlab.com/kwinft/disman/compare/disman@0.526.0-beta.0...disman@0.526.0) (2022-10-11) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fb257b..5dd3ccc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(Disman) -set(PROJECT_VERSION "0.526.90") +set(PROJECT_VERSION "0.527.0") set(PROJECT_VERSION_MAJOR "0") set(QT_MIN_VERSION "5.15.0")