Skip to content

Commit 8397354

Browse files
committed
Updated version to 0.1.4 and updated Changelog
1 parent 7a04d3e commit 8397354

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to wsjcpp-hashes 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.4] - 2021-08-28 (2021 Aug 28)
9+
10+
### Security
11+
12+
- Fixed deepcode warnings
13+
814
## [v0.1.3] - 2020-09-12 (2020 Sep 12)
915

1016
### Added

src.wsjcpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Automaticly generated by [email protected].1
1+
# Automaticly generated by [email protected].2
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.3")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.4")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-hashes")
66

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

unit-tests.wsjcpp/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automaticly generated by [email protected].1
1+
# Automaticly generated by [email protected].2
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.3")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.4")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-hashes")
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-hashes:v0.1.3
30+
# wsjcpp-hashes:v0.1.4
3131
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
3232
list (APPEND WSJCPP_SOURCES "../src/md5.cpp")
3333
list (APPEND WSJCPP_SOURCES "../src/md5.h")

wsjcpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33
cmake_minimum_required: 3.0
44

55
name: wsjcpp-hashes
6-
version: v0.1.3
6+
version: v0.1.4
77
description: Small Collection of hashes
88
issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
99

0 commit comments

Comments
 (0)