Skip to content

Commit

Permalink
Increase patch version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Nov 20, 2017
1 parent 3766ab1 commit be01de7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# 📜 BayesFilters changelog

### Version 0.6.0.1
## Version 0.6.1.0

#### Bugfixes
### Updates
##### `CMake`
- Update installation helper files, which are updated from YCM commit f162fcb.

## Version 0.6.0.1

### Bugfixes
- `FilteringAlgorithm::filteringRecursion`: fix the invocation position of initialization.

### Version 0.6.0.0
## Version 0.6.0.0

- This is the first public release of the BayesFilters library.
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.0.1)
VERSION 0.6.1.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit be01de7

Please sign in to comment.