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 f918d01 commit a2c0079Copy full SHA for a2c0079
docs/RELEASES.md
@@ -1,6 +1,15 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## v1.6 2021-09-09
5
+### Added
6
+- 4th CLI param '--node-utils' for generation pairs of binutil for each
7
+network node defined in DBC
8
+
9
+### Fixed
10
+- Bad *_Receive() function body when there is only 1 frame in RX struct
11
12
13
## v1.5 - 2021-08-26
14
### Fixed
15
- Fixed 'atoi' with Extended ID on Windows OS ([@shevu](https://github.com/shevu))
src/codegen/version.h
@@ -3,4 +3,4 @@
#include <stdint.h>
#define CODEGEN_LIB_VERSION_MAJ (1)
-#define CODEGEN_LIB_VERSION_MIN (5)
+#define CODEGEN_LIB_VERSION_MIN (6)
0 commit comments