File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 1.4.1] - 2021-11-25
8+ ### Fixed
9+ - Fedora CI build by updating to Catch v2.13.7
10+ - Typo in README (#313 )
11+
12+ ### Changed
13+ - Vendoring catch library instead of downloading from github
14+
715## [ 1.4.0] - 2021-10-23
816### Fixed
917- Deprecation warnings for Jsoncpp (#312 )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
2323
2424set (MAJOR_VERSION 1)
2525set (MINOR_VERSION 4)
26- set (PATCH_VERSION 0 )
26+ set (PATCH_VERSION 1 )
2727set (SO_VERSION 1)
2828
2929if (NOT MSVC )
You can’t perform that action at this time.
0 commit comments