Skip to content

Commit b40f996

Browse files
committed
release 0.5.0
1 parent 55e4c17 commit b40f996

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
33
project(struct_mapping LANGUAGES CXX)
44

55
set(LIB_MAJOR_VERSION "0")
6-
set(LIB_MINOR_VERSION "4")
6+
set(LIB_MINOR_VERSION "5")
77
set(LIB_PATCH_VERSION "0")
88
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")
99

changelog.md

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

readme_ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)