Release v5.0.0

This commit is contained in:
ArthurSonzogni 2023-08-19 15:46:36 +02:00
parent 49a48820dd
commit cdf28903a7
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
current (development) current (development)
--------------------- ---------------------
5.0.0
-----
### Component ### Component
- Breaking: MenuDirection enum is renamed Direction - Breaking: MenuDirection enum is renamed Direction
- Breaking: GaugeDirection enum is renamed Direction - Breaking: GaugeDirection enum is renamed Direction

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
project(ftxui project(ftxui
LANGUAGES CXX LANGUAGES CXX
VERSION 4.0.0 VERSION 5.0.0
DESCRIPTION "C++ Functional Terminal User Interface." DESCRIPTION "C++ Functional Terminal User Interface."
) )