Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Aug 18, 2022
1 parent b2bcd1e commit 05e0ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 05e0ed8

Please sign in to comment.