Releases: offa/scope-guard
Releases · offa/scope-guard
v0.3.12
Changes
- Conan 2.0 migration
- Enhanced install support
- GCC 13 support
- Clang 16 support
- Migration to new CI images
⚠️ Incompatible Changes
- CMake options use a
SCOPEGUARD_
prefix now
v0.3.11
Changes
- CMake
find_package()
support fixed
- Clang 15 support
- Dependency updates
- Formatting verification in CI
v0.3.10
Changes
- Migrate to Catch 3.x
- GCC 12 support
- Clang 13 and 14 support
- Remove CI builds of GCC 7/8 and Clang 7/8
v0.3.9
Changes
- Conan package version fixed
- Conan package license export added
- Clang format configuration added
- Internal improvements
v0.3.8
Changes
- GCC 11 build added
- Clang 11 / 12 builds added
- Clang 5 / 6 builds removed
- Github Actions CI added
- Travis CI removed
- CodeQL analysis added
v0.3.7
Changes
- Type requirement of
unique_resource::operator=()
fixed
- Travis CI image updated
- Standardisation progress updated
v0.3.6
Changes
- Non-noexcept move operations fixed
- Catch update
v0.3.5
Changes
- Conan support
- GCC 9 and 10 support
- Clang 9 and 10 support
v0.3.4
Changes
- Update to latest R0052R10
- Clang 8 support
v0.3.3
Changes
unique_resource
: Bug fixed, which could cause a double free on move construction