Skip to content

Commit be01de7

Browse files
Increase patch version number and update the changelog
1 parent 3766ab1 commit be01de7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# 📜 BayesFilters changelog
22

3-
### Version 0.6.0.1
3+
## Version 0.6.1.0
44

5-
#### Bugfixes
5+
### Updates
6+
##### `CMake`
7+
- Update installation helper files, which are updated from YCM commit f162fcb.
8+
9+
## Version 0.6.0.1
10+
11+
### Bugfixes
612
- `FilteringAlgorithm::filteringRecursion`: fix the invocation position of initialization.
713

8-
### Version 0.6.0.0
14+
## Version 0.6.0.0
915

1016
- This is the first public release of the BayesFilters library.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66

77
project(BayesFilters
88
LANGUAGES CXX
9-
VERSION 0.6.0.1)
9+
VERSION 0.6.1.0)
1010

1111
set(CMAKE_CXX_STANDARD 11)
1212

0 commit comments

Comments
 (0)