Bump version
All checks were successful
Alpine 3.23 Success
Alpine 3.23 aarch64 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

This commit is contained in:
2026-01-10 13:53:33 +01:00
parent 4d787e728c
commit 600d5b724b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# target_compile_features has been introduced in that version
cmake_minimum_required (VERSION 3.1...3.27)
project (sdn VERSION 1.0 LANGUAGES CXX)
project (sdn VERSION 1.1 LANGUAGES CXX)
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
set (CMAKE_CXX_FLAGS

2
NEWS
View File

@@ -1,4 +1,4 @@
Unreleased
1.1.0 (2026-01-10)
* Added selection functionality, and adjusted key bindings:
- C-t or Insert toggle whether the current item is selected;