Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 25, 2024
1 parent 20e56f7 commit 80541c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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.2.0] - 2024-10-25

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

## [2.1.0] - 2023-06-29

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake_minimum_required(VERSION 3.8)

project(
cli
VERSION 2.1.0
VERSION 2.2.0
# DESCRIPTION "A library for interactive command line interfaces in modern C++"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion doc/doxy/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#---------------------------------------------------------------------------
PROJECT_NAME = "Interactive CLI"
PROJECT_NUMBER = 2.1
PROJECT_NUMBER = 2.2
#---------------------------------------------------------------------------
FULL_PATH_NAMES = NO
#---------------------------------------------------------------------------
Expand Down

0 comments on commit 80541c4

Please sign in to comment.