Skip to content

Commit 7e76c0d

Browse files
committed
Up version to v0.1.7
1 parent bd91ae8 commit 7e76c0d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to wsjcpp-yaml project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

src.wsjcpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automaticly generated by wsjcpp@v0.2.2
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.6")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.7")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-yaml")
66

77
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

unit-tests.wsjcpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.6")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.7")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-yaml")
77

88
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
2727
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h")
2828
list (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
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_yaml.h")

wsjcpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ wsjcpp_version: v0.0.1
22
cmake_minimum_required: 3.0
33
cmake_cxx_standard: 11
44
name: wsjcpp-yaml
5-
version: v0.1.6
5+
version: v0.1.7
66
description: Read/Write yaml files
77
issues: https://github.com/wsjcpp/wsjcpp-yaml/issues
88

99
repositories:
1010
- type: main
1111
url: "https://github.com/wsjcpp/wsjcpp-yaml"
12-
1312
keywords:
1413
- c++
1514
- yaml

0 commit comments

Comments
 (0)