ESH

Executive Shell
git clone http://git.omkov.net/ESH
Log | Tree | Refs | README | Download

AuthorJamozed <[email protected]>
Date2021-04-01 07:37:52
Commitfa654935873a420e551da1c5d6319aa29f66066e
Parent6fe231e405317b6c8c2c66c2dcb5db265ac9ce6e

Update version number to 0.4.0

Diffstat

M CHANGELOG | 5 +++++
M CMakeLists.txt | 2 +-

2 files changed, 6 insertions, 1 deletions

diff --git a/CHANGELOG b/CHANGELOG
index ebbfcd9..22c70f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.4.0, 2021-04-01
+* Fix SIGINT handling at prompt
+* Ensure terminal state is restored on exit
+* Handle non-interactive input
+
 0.3.0, 2021-04-01
 * Greatly expand keycode handling in lineread
 * Implement semicolon handling
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73be36d..5d38543 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
-PROJECT(OSH VERSION 0.3.0 LANGUAGES C)
+PROJECT(OSH VERSION 0.4.0 LANGUAGES C)
 
 SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
 ADD_COMPILE_DEFINITIONS(PROJECT_VERSION="${PROJECT_VERSION}")