diff --git a/CMakeLists.txt b/CMakeLists.txt index cb7a15864..9360bf004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.24) set(CMAKE_CXX_STANDARD 17) -project(sc-machine VERSION 0.10.4 LANGUAGES C CXX) +project(sc-machine VERSION 0.10.5 LANGUAGES C CXX) message(STATUS "Current project version: ${CMAKE_PROJECT_VERSION}") site_name(www.ostis.net) cmake_policy(SET CMP0048 NEW) diff --git a/docs/changelog.md b/docs/changelog.md index a08e7b4f7..b8169ffbb 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.5] - 08.09.2025 + ### Added - sc-server endpoint to parse SCs text into JSON ASTs diff --git a/docs/quick_start.md b/docs/quick_start.md index d20d64e9b..1d75990b3 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -16,7 +16,7 @@ You can use Conan to install sc-machine. To integrate sc-machine into your proje sc-machine/ ``` - The latest version of the sc-machine is 0.10.4. + The latest version of the sc-machine is 0.10.5. 2. Install pipx first using guide: [https://pipx.pypa.io/stable/installation/](https://pipx.pypa.io/stable/installation/).