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 634b4b7 commit 75b5813Copy full SHA for 75b5813
docs/RELEASES.md
@@ -1,6 +1,16 @@
1
# Changelog
2
3
4
+## v2.1 2022-02-19
5
+
6
+### Fixed
7
+- Some times incorrect _ro and _phys type deduction
8
9
+### Added
10
+- Sign extension for signal which have signed type ([@2Black2](https://github.com/2Black2))
11
12
+---
13
14
## v2.0 2022-02-02
15
16
### Added
src/codegen/version.h
@@ -3,4 +3,4 @@
#include <stdint.h>
#define CODEGEN_LIB_VERSION_MAJ (2)
-#define CODEGEN_LIB_VERSION_MIN (0)
+#define CODEGEN_LIB_VERSION_MIN (1)
0 commit comments