Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Aug 19, 2023
1 parent 49a4882 commit cdf2890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
current (development)
---------------------

5.0.0
-----

### Component
- Breaking: MenuDirection enum is renamed Direction
- Breaking: GaugeDirection enum is renamed Direction
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(ftxui
LANGUAGES CXX
VERSION 4.0.0
VERSION 5.0.0
DESCRIPTION "C++ Functional Terminal User Interface."
)

Expand Down

0 comments on commit cdf2890

Please sign in to comment.