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 2ba501e commit 002c86bCopy full SHA for 002c86b
docs/RELEASES.md
@@ -2,6 +2,13 @@
2
All notable changes to this project will be documented in this file.
3
4
5
+## v1.3 - 2021-07-11
6
+### Added
7
+- Printing template canmonitorutil.h
8
+- Printing template dbccodeconf.h
9
+- Updated driver-config comment text
10
+
11
12
## v1.2 - 2021-07-11
13
### Added
14
- Option for rewriting generated files
src/codegen/version.h
@@ -3,4 +3,4 @@
#include <stdint.h>
#define CODEGEN_LIB_VERSION_MAJ (1)
-#define CODEGEN_LIB_VERSION_MIN (2)
+#define CODEGEN_LIB_VERSION_MIN (3)
0 commit comments