Skip to content

Commit f8453f8

Browse files
committed
Bump version
1 parent 02ebd9f commit f8453f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [2.0.0] - 2021-08-25
44

55
- Remove boost dependency for local only sessions (issue [#83](https://github.com/daniele77/cli/issues/83))
66
- 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

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

3030
cmake_minimum_required(VERSION 3.8)
3131

32-
project(cli VERSION 1.2.1
32+
project(cli VERSION 2.0.0
3333
# DESCRIPTION "A library for interactive command line interfaces in modern C++"
3434
LANGUAGES CXX)
3535

0 commit comments

Comments
 (0)