Skip to content

Commit 4203835

Browse files
committed
release 0.2.1
1 parent 4c61b75 commit 4203835

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(struct_mapping LANGUAGES CXX)
44

55
set(LIB_MAJOR_VERSION "0")
66
set(LIB_MINOR_VERSION "2")
7-
set(LIB_PATCH_VERSION "0")
7+
set(LIB_PATCH_VERSION "1")
88
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")
99

1010
set(WARNINGS "")
@@ -55,7 +55,7 @@ option(STRUCT_MAPPING_BUILD_EXAMPLES "Build struct_mapping examples." ON)
5555
option(STRUCT_MAPPING_BUILD_TESTS "Build struct_mapping tests." ON)
5656
option(STRUCT_MAPPING_DEBUG "Enable debug output" OFF)
5757

58-
SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
58+
sat(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
5959

6060
if(STRUCT_MAPPING_BUILD_EXAMPLES)
6161
add_subdirectory(example)

changelog.md

Lines changed: 9 additions & 0 deletions
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.2.1 - 2020.06.16
5+
6+
### Changed
7+
* changes to build examples on Windows
8+
* documentation changed
9+
10+
### Removed
11+
* remove macro MANAGED_STRUCT_NAME
12+
413
## 0.2.0 - 2020.06.14
514

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

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

0 commit comments

Comments
 (0)