Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bk192077 committed Jun 16, 2020
1 parent 4c61b75 commit 4203835
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(struct_mapping LANGUAGES CXX)

set(LIB_MAJOR_VERSION "0")
set(LIB_MINOR_VERSION "2")
set(LIB_PATCH_VERSION "0")
set(LIB_PATCH_VERSION "1")
set(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")

set(WARNINGS "")
Expand Down Expand Up @@ -55,7 +55,7 @@ option(STRUCT_MAPPING_BUILD_EXAMPLES "Build struct_mapping examples." ON)
option(STRUCT_MAPPING_BUILD_TESTS "Build struct_mapping tests." ON)
option(STRUCT_MAPPING_DEBUG "Enable debug output" OFF)

SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
sat(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

if(STRUCT_MAPPING_BUILD_EXAMPLES)
add_subdirectory(example)
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 0.2.1 - 2020.06.16

### Changed
* changes to build examples on Windows
* documentation changed

### Removed
* remove macro MANAGED_STRUCT_NAME

## 0.2.0 - 2020.06.14

### Added
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StructMapping

![Release version](https://img.shields.io/badge/release-v0.2.0-blue.svg)
![Release version](https://img.shields.io/badge/release-v0.2.1-blue.svg)

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

Expand Down
2 changes: 1 addition & 1 deletion readme_ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StructMapping

![Release version](https://img.shields.io/badge/release-v0.2.0-blue.svg)
![Release version](https://img.shields.io/badge/release-v0.2.1-blue.svg)

[english documentation](/readme.md)

Expand Down

0 comments on commit 4203835

Please sign in to comment.