Skip to content

Commit 80541c4

Browse files
committed
Bump version
1 parent 20e56f7 commit 80541c4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [2.2.0] - 2024-10-25
77

8-
- Fix issue with remote session on ARM platforms (issue [#220](https://github.com/daniele77/cli/issues/220))
8+
- Add clear screen command using ctrl + L (issue [#229](https://github.com/daniele77/cli/issues/229))
9+
- Add history view and execute an history command with bang + id (issue [#235](https://github.com/daniele77/cli/issues/235))
910
- Custom handler for wrong commands (issue [#223](https://github.com/daniele77/cli/issues/223))
1011
- Parent menus does not chain (issue [#234](https://github.com/daniele77/cli/issues/234))
1112
- Parent menu shortcut (issue [#233](https://github.com/daniele77/cli/issues/233))
1213
- Integer overflow warning detected by clang++ (issue [#236](https://github.com/daniele77/cli/issues/236))
1314
- Enable Keyboard Handling in Command Handlers on Linux Platform (issue [#239](https://github.com/daniele77/cli/issues/239))
14-
- Add clear screen command using ctrl + L (issue [#229](https://github.com/daniele77/cli/issues/229))
15-
- Add history view and execute an history command with bang + id (issue [#235](https://github.com/daniele77/cli/issues/235))
15+
- Fix issue with remote session on ARM platforms (issue [#220](https://github.com/daniele77/cli/issues/220))
1616

1717
## [2.1.0] - 2023-06-29
1818

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 3.8)
3131

3232
project(
3333
cli
34-
VERSION 2.1.0
34+
VERSION 2.2.0
3535
# DESCRIPTION "A library for interactive command line interfaces in modern C++"
3636
LANGUAGES CXX
3737
)

doc/doxy/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#---------------------------------------------------------------------------
3131
PROJECT_NAME = "Interactive CLI"
32-
PROJECT_NUMBER = 2.1
32+
PROJECT_NUMBER = 2.2
3333
#---------------------------------------------------------------------------
3434
FULL_PATH_NAMES = NO
3535
#---------------------------------------------------------------------------

0 commit comments

Comments
 (0)