We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e6366 commit 8fd6c72Copy full SHA for 8fd6c72
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.14)
2
-project(gates VERSION 0.2.0 LANGUAGES C CXX)
+project(gates VERSION 0.2.1 LANGUAGES C CXX)
3
4
# If a Conan toolchain file was injected at the super-project level but is missing pieces,
5
# allow an opt-out for this standalone build by setting SKIP_PARENT_TOOLCHAIN.
docs/source/conf.py
@@ -9,8 +9,8 @@
9
project = 'gates'
10
copyright = '2025-2026, cmelnu'
11
author = 'cmelnu'
12
-version = '0.2.0'
13
-release = '0.2.0'
+version = '0.2.1'
+release = '0.2.1'
14
15
# -- General configuration ---------------------------------------------------
16
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
0 commit comments