We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ebd9f commit f8453f8Copy full SHA for f8453f8
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## [2.0.0] - 2021-08-25
4
5
- Remove boost dependency for local only sessions (issue [#83](https://github.com/daniele77/cli/issues/83))
6
- Now you can use standalone asio library instead of boost asio for remote sessions (issue [#41](https://github.com/daniele77/cli/issues/41))
CMakeLists.txt
@@ -29,7 +29,7 @@
29
30
cmake_minimum_required(VERSION 3.8)
31
32
-project(cli VERSION 1.2.1
+project(cli VERSION 2.0.0
33
# DESCRIPTION "A library for interactive command line interfaces in modern C++"
34
LANGUAGES CXX)
35
0 commit comments