Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48556b3

Browse files
committed
Releases updated for v1.7.
1 parent c5bbd7f commit 48556b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## v1.7 2021-10-10
5+
### Fixed
6+
- Potential issue when node is only Receiver (presumably will be skipped in node-util struct)
7+
8+
### Added
9+
- Support multiple transmitters on single frame (for --node-utils generation variant)
10+
411
## v1.6 2021-09-09
512
### Added
613
- 4th CLI param '--node-utils' for generation pairs of binutil for each

src/codegen/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#include <stdint.h>
44

55
#define CODEGEN_LIB_VERSION_MAJ (1)
6-
#define CODEGEN_LIB_VERSION_MIN (6)
6+
#define CODEGEN_LIB_VERSION_MIN (7)

0 commit comments

Comments
 (0)