We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3766ab1 commit be01de7Copy full SHA for be01de7
CHANGELOG.md
@@ -1,10 +1,16 @@
1
# 📜 BayesFilters changelog
2
3
-### Version 0.6.0.1
+## Version 0.6.1.0
4
5
-#### Bugfixes
+### 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
12
- `FilteringAlgorithm::filteringRecursion`: fix the invocation position of initialization.
13
-### Version 0.6.0.0
14
+## Version 0.6.0.0
15
16
- This is the first public release of the BayesFilters library.
CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
project(BayesFilters
LANGUAGES CXX
- VERSION 0.6.0.1)
+ VERSION 0.6.1.0)
set(CMAKE_CXX_STANDARD 11)
0 commit comments