File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
33project (struct_mapping LANGUAGES CXX)
44
55set (LIB_MAJOR_VERSION "0" )
6- set (LIB_MINOR_VERSION "4 " )
6+ set (LIB_MINOR_VERSION "5 " )
77set (LIB_PATCH_VERSION "0" )
88set (LIB_VERSION "${LIB_MAJOR_VERSION} .${LIB_MINOR_VERSION} .${LIB_PATCH_VERSION} " )
99
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## 0.5.0 - 2020.07.09
5+
6+ ### Added
7+ * use of enumerations as member and as element of container
8+ * option Required
9+
10+ ### Changed
11+ * option Default for cpp structures
12+ * option Default for containers
13+ * option Default for enumeration
14+ * option NotEmpty for containers
15+
16+ ### Fixed
17+ * if Boundes were set for fields with the same types, then all fields used the same range.
18+
419## 0.4.0 - 2020.07.02
520
621### Added
Original file line number Diff line number Diff line change 11# StructMapping
22
3- ![ Release version] ( https://img.shields.io/badge/release-v0.4 .0-blue.svg )
3+ ![ Release version] ( https://img.shields.io/badge/release-v0.5 .0-blue.svg )
44
55[ документация на русском] ( /readme_ru.md )
66
Original file line number Diff line number Diff line change 11# StructMapping
22
3- ![ Release version] ( https://img.shields.io/badge/release-v0.4 .0-blue.svg )
3+ ![ Release version] ( https://img.shields.io/badge/release-v0.5 .0-blue.svg )
44
55[ english documentation] ( /readme.md )
66
You can’t perform that action at this time.
0 commit comments