Skip to content

Commit

Permalink
Increase minor version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Jun 7, 2018
1 parent c6b1017 commit 162aba3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 📜 BayesFilters changelog

## Version 0.7.0.0
##### `Filtering classes`
- Remove PFVisualCorrection::getVisualObservationModel() and PFVisualCorrection::setVisualObservationModel().

##### `Bugfix`
- Fix PF prediction and correction move constructor (minor fix).

###### `CMake`
- Threads is now a dependency of the exported library. This will solve a CMake error during configuration in CMake projects linking BayesFilters.
- BayesFilters is now fully relocatable.


## Version 0.6.2.0

### Updates
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

project(BayesFilters
LANGUAGES CXX
VERSION 0.6.2.0)
VERSION 0.7.0.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit 162aba3

Please sign in to comment.