File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to wsjcpp-yaml project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ v0.1.7] - 2022-??-?? (2022 ?? ??)
9+
810## [ v0.1.6] - 2022-01-08 (2022 Jan 8)
911
1012### Fixed
Original file line number Diff line number Diff line change 11# Automaticly generated by wsjcpp@v0.2.2
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.1.6 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.7 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-yaml" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.6 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.7 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-yaml" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
2727list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h" )
2828list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests_main.cpp" )
2929
30- # wsjcpp-yaml:v0.1.6
30+ # wsjcpp-yaml:v0.1.7
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.h" )
Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ wsjcpp_version: v0.0.1
22cmake_minimum_required : 3.0
33cmake_cxx_standard : 11
44name : wsjcpp-yaml
5- version : v0.1.6
5+ version : v0.1.7
66description : Read/Write yaml files
77issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
88
99repositories :
1010 - type : main
1111 url : " https://github.com/wsjcpp/wsjcpp-yaml"
12-
1312keywords :
1413 - c++
1514 - yaml
You can’t perform that action at this time.
0 commit comments