File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+
5+ ## v1.2 - 2021-07-11
6+ ### Added
7+ - Option for rewriting generated files
8+ - Added README.md (base build and run instruction)
9+ - Added LICENSE.md
10+
11+ ### Changed
12+ - Lib has become CLI utility "coderdbc"
13+ - Added help to CLI
14+ - Refactored project settings (cmake) to make easy way to build on windows PC
15+
16+ ### Fixed
17+ - Fixed some warnings
18+
19+
420## v1.0 - 2021-05-15
521### Added
622- Added DBC file version ("VERSION "x.x"") tag parsing
Original file line number Diff line number Diff line change 33#include <stdint.h>
44
55#define CODEGEN_LIB_VERSION_MAJ (1)
6- #define CODEGEN_LIB_VERSION_MIN (0 )
6+ #define CODEGEN_LIB_VERSION_MIN (2 )
You can’t perform that action at this time.
0 commit comments