Skip to content

Commit e7a4cab

Browse files
committed
v1.2
1 parent 0ad29f6 commit e7a4cab

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/RELEASES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
All 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

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 (0)
6+
#define CODEGEN_LIB_VERSION_MIN (2)

0 commit comments

Comments
 (0)