File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to wsjcpp-hashes 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.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
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.2.1
1+ # Automaticly generated by wsjcpp@v0.2.2
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.1.3 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.4 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-hashes" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.2.1
1+ # Automaticly generated by wsjcpp@v0.2.2
22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.3 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.4 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-hashes" )
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-hashes:v0.1.3
30+ # wsjcpp-hashes:v0.1.4
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/md5.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/md5.h" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-hashes
6- version : v0.1.3
6+ version : v0.1.4
77description : Small Collection of hashes
88issues : https://github.com/wsjcpp/wsjcpp-hashes/issues
99
You can’t perform that action at this time.
0 commit comments