Skip to content

Commit

Permalink
Merge pull request #24 from wangxiaomeng030/main
Browse files Browse the repository at this point in the history
add changelog for v0.5.0
  • Loading branch information
wangnancpp authored Mar 1, 2023
2 parents dbf7077 + 632b72d commit d35adc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## XRSLAM Release v0.5.0

**Highlights:**
* [CHANGE] Redefine the function call interface of XRSLAM
* [CHANGE] Use the newly defined interface to call XRSLAM in the example of ios and PC.
* [CHANGE] Refactoring the PC example.
* [CHANGE] Unified the configuration file format
* [ADD] Add API interface documentation

## XRSLAM Release v0.4.0

**Highlights:**
Expand Down
2 changes: 1 addition & 1 deletion xrslam/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
project(xrslam-library VERSION 0.4.0 LANGUAGES CXX)
project(xrslam-library VERSION 0.5.0 LANGUAGES CXX)

configure_file(cmake/version.h.in include/xrslam/version.h)

Expand Down

0 comments on commit d35adc4

Please sign in to comment.