Bump version 3.1.0, update Changelog

This commit is contained in:
Stephen Seo 2024-05-09 12:08:59 +09:00
parent a25788a51b
commit 2025441807
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,7 @@ set(SC_3D_CollisionDetectionHelpers_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/src/sc_
add_library(SC_3D_CollisionDetectionHelpers ${SC_3D_CollisionDetectionHelpers_SOURCES})
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 3.0.1 SOVERSION 3)
set_target_properties(SC_3D_CollisionDetectionHelpers PROPERTIES VERSION 3.1.0 SOVERSION 3)
target_compile_features(SC_3D_CollisionDetectionHelpers PUBLIC cxx_std_20)
if(NOT DEFINED CMAKE_BUILD_TYPE OR "${CMAKE_BUILD_TYPE}" STREQUAL "")

View file

@ -1,5 +1,11 @@
# Changelog
## Version 3.1.0
Add Vec3 helper functions.
Add Vec3 project and reflect functions.
## Version 3.0.1
Remove unnecessary header include in sc_sacd.cpp. This should fix builds that