Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Aug 25, 2021
1 parent 02ebd9f commit f8453f8
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
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [2.0.0] - 2021-08-25

- Remove boost dependency for local only sessions (issue [#83](https://github.com/daniele77/cli/issues/83))
- Now you can use standalone asio library instead of boost asio for remote sessions (issue [#41](https://github.com/daniele77/cli/issues/41))
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 1.2.1
project(cli VERSION 2.0.0
# DESCRIPTION "A library for interactive command line interfaces in modern C++"
LANGUAGES CXX)

Expand Down

0 comments on commit f8453f8

Please sign in to comment.