We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494107f commit ce14ca0Copy full SHA for ce14ca0
CMakeLists.txt
@@ -30,7 +30,7 @@ endif()
30
31
# ############
32
# Define Project
33
-project(som VERSION 2.1.1 LANGUAGES CXX)
+project(som VERSION 2.1.2 LANGUAGES CXX)
34
35
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)
36
doc/ChangeLog.md
@@ -2,7 +2,8 @@
2
3
# Changelog
4
5
-## [2.1.2](https://github.com/krivenko/som/tree/2.1.2) (Unreleased)
+## [2.1.2](https://github.com/krivenko/som/tree/2.1.2) (2025-07-10)
6
+[Full Changelog](https://github.com/krivenko/som/compare/2.1.1...2.1.2)
7
8
- Set up building of Conda packages for released versions.
9
The packages are now available in the ['krivenko' channel](
0 commit comments