Skip to content

Commit

Permalink
Merge branch 'main' into v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuersten authored May 26, 2023
2 parents 0f3e451 + bac8def commit 4bcbcad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
known. If no appropriate language can be found, english will be chosen. (#8)
- In relaxed mode latest available model version loading will be active (#8)
- Updated all thirdparty components (#7)
- Add changelog to the package (#16)

## [1.0.0] - 2022-11-09

Expand Down
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ if(BUILD_WITH_TOOLS)
add_subdirectory(tools)
endif(
)

install(
FILES
${CMAKE_SOURCE_DIR}/CHANGELOG.md
DESTINATION .
)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ Relations
...
```

# Changelog

See CHANGELOG.md for detailed changelog information.

# Integration

The library is header only and can be easily integrated into existing projects. Using CMake is the recommended way to use the library. However, the library also comes as a zip package which can be used without CMake. You have to set the C++ standard of your project to C++17 in order to build with the library.
Expand Down

0 comments on commit 4bcbcad

Please sign in to comment.