Skip to content

Commit 432fb1d

Browse files
authored
Release version 13.12.0 (#1706)
Features: - Several placeholder files can be specified with CMake property `GLUECODIUM_DOCS_PLACEHOLDERS_LIST` or placeholders can be directly specified in CMake property `GLUECODIUM_DOCS_PLACEHOLDERS`. - The new annotation called `AfterConstruction()` is available and can be used to specify function called after the construction of an object finishes. It should be used for calling platform code from the constructor. More information can be found in `docs/lime_attributes.md`. Signed-off-by: Patryk Wrobel <[email protected]>
1 parent 58f32bf commit 432fb1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Gluecodium project Release Notes
22

3-
## Unreleased
3+
## 13.12.0
4+
Release date 2025-03-24
45
### Features
56
* Several placeholder files can be specified with CMake property `GLUECODIUM_DOCS_PLACEHOLDERS_LIST` or placeholders can be directly specified in CMake property `GLUECODIUM_DOCS_PLACEHOLDERS`.
67
* The new annotation called `@AfterConstruction()` is available and can be used to specify function called after the construction of an object finishes. It should be used for calling platform code from the constructor. More information can be found in `docs/lime_attributes.md`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 13.11.0
1+
version = 13.12.0

0 commit comments

Comments
 (0)