From 05e0ed84ee71ea61b3698d2984048e46e9398509 Mon Sep 17 00:00:00 2001 From: Daniele Pallastrelli <5451767+daniele77@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:50:45 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afcb0d..99ef916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.0.1] - 2022-04-19 - Specify signed for char parameters (issue [#149](https://github.com/daniele77/cli/issues/149)) - CliSession can call OutStream::UnRegister() when it's already destroyed (issue [#153](https://github.com/daniele77/cli/issues/153)) diff --git a/CMakeLists.txt b/CMakeLists.txt index 284a68a..6d8a19a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.8) -project(cli VERSION 2.0.1 +project(cli VERSION 2.0.2 # DESCRIPTION "A library for interactive command line interfaces in modern C++" LANGUAGES CXX)