Skip to content

Commit 12e3734

Browse files
committed
release 0.6.0
1 parent 5efdb3d commit 12e3734

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CMakeLists.txt

+1-1
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 "5")
6+
set(LIB_MINOR_VERSION "6")
77
set(LIB_PATCH_VERSION "0")
88
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")
99

changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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.6.0 - 2021.12.16
5+
6+
### Added
7+
* as types of member-data can be used: std::set, std::unordered_set, std::multiset, std::unordered_multiset
8+
* structures in json can be represented as strings
9+
* options in macro
10+
* optional fields (std::optional)
11+
* Clang support
12+
413
## 0.5.0 - 2020.07.09
514

615
### Added

readme.md

+1-1
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.5.0-blue.svg)
3+
![Release version](https://img.shields.io/badge/release-v0.6.0-blue.svg)
44

55
[документация на русском](/readme_ru.md)
66

readme_ru.md

+1-1
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.5.0-blue.svg)
3+
![Release version](https://img.shields.io/badge/release-v0.6.0-blue.svg)
44

55
[english documentation](/readme.md)
66

0 commit comments

Comments
 (0)