File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)
1010
1111write_basic_package_version_file(
1212 "${CMAKE_CURRENT_BINARY_DIR} /trompeloeil/trompeloeil-config-version.cmake"
13- VERSION 38
13+ VERSION 39
1414 COMPATIBILITY AnyNewerVersion)
1515
1616add_library (trompeloeil INTERFACE )
Original file line number Diff line number Diff line change 1+ v39 2020-10-31
2+
13 * Fix issue 204: ALLOW_CALL was not respected in sequences.
24 Now ALLOW_CALL in sequence may be skipped, but making a
35 call out of sequence is a violation. NOTE! This fix is likely
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ CI: [ 
1010[ ![ Coverage Status] ( https://coveralls.io/repos/rollbear/trompeloeil/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/rollbear/trompeloeil?branch=master )
1111
12- [ conan.io] ( https://conan.io ) [ ![ Download] ( https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v38 %3Astable ) ] ( https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v38 %3Astable/link )
12+ [ conan.io] ( https://conan.io ) [ ![ Download] ( https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v39 %3Astable ) ] ( https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v39 %3Astable/link )
1313
1414[ ![ HitCount] ( http://hits.dwyl.io/rollbear/trompeloeil.svg )] ( http://hits.dwyl.io/rollbear/trompeloeil )
1515
Original file line number Diff line number Diff line change 1616
1717class TrompeloelConan (ConanFile ):
1818 name = "trompeloeil"
19- version = "v38 "
19+ version = "v39 "
2020 license = "Boost Software License - Version 1.0 - August 17th, 2003"
2121 url = "https://github.com/rollbear/trompeloeil.git"
2222 description = "Header only C++14 mocking framework"
You can’t perform that action at this time.
0 commit comments