We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95209a commit f93b297Copy full SHA for f93b297
docs/RELEASES.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v2.4 24.07.2022
4
+
5
+### Added
6
7
+- Three new CLI keys to optionally disable some source code generation (see help)
8
+- Added more tests
9
10
+---
11
12
## v2.3 19.07.2022
13
14
### Changed
src/codegen/version.h
@@ -3,4 +3,4 @@
#include <stdint.h>
#define CODEGEN_LIB_VERSION_MAJ (2)
-#define CODEGEN_LIB_VERSION_MIN (3)
+#define CODEGEN_LIB_VERSION_MIN (4)
0 commit comments