Compare commits
2 Commits
b87fbc93a6
...
74fcb06828
Author | SHA1 | Date | |
---|---|---|---|
74fcb06828 | |||
8cf1abf135 |
@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required (VERSION 3.0...3.27)
|
cmake_minimum_required (VERSION 3.0...3.27)
|
||||||
project (json-rpc-shell VERSION 1.1.0 LANGUAGES C)
|
project (json-rpc-shell VERSION 1.2.0 LANGUAGES C)
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)
|
option (WANT_READLINE "Use GNU Readline for the UI (better)" ON)
|
||||||
|
4
NEWS
4
NEWS
@ -1,4 +1,4 @@
|
|||||||
Unreleased
|
1.2.0 (2024-12-24)
|
||||||
|
|
||||||
* Add a backend for co-processes, such as language servers
|
* Add a backend for co-processes, such as language servers
|
||||||
|
|
||||||
@ -8,6 +8,8 @@ Unreleased
|
|||||||
|
|
||||||
* Miscellaneous libedit (editline) fixes
|
* Miscellaneous libedit (editline) fixes
|
||||||
|
|
||||||
|
* Miscellaneous portability improvements
|
||||||
|
|
||||||
* json-rpc-test-server: implement OpenRPC discovery
|
* json-rpc-test-server: implement OpenRPC discovery
|
||||||
|
|
||||||
* json-rpc-test-server: only serve regular files
|
* json-rpc-test-server: only serve regular files
|
||||||
|
2
liberty
2
liberty
@ -1 +1 @@
|
|||||||
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f
|
Subproject commit 1930f138d4836f8ed9613a17bfe09dc53441618a
|
Loading…
x
Reference in New Issue
Block a user