Skip to content

Commit

Permalink
Merge branch 'v0.1.1' into 'master'
Browse files Browse the repository at this point in the history
v0.1.1

See merge request machine-learning/dorado!177
  • Loading branch information
iiSeymour committed Dec 12, 2022
2 parents ce72d94 + 2e24927 commit cb41bda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to Dorado will be documented in this file.

# [0.1.1] (12 Dec 2022)

* 38b953f3863d44067593adb49d9496dd704fef69 - Improved stereo duplex calling performance
* 0de73feeeab9cd21f4b5c72685f7008fe143f846 - Fixed reverse calls in stereo
* 1f62d8d71dc3393e78b4bb572576ba057d2f155b - Fixed modification model matching

# [0.1.0] (05 Dec 2022)

* 0ff3e59b3e6bf1231e7e4b5d4521de0f6c371278 - Introducing stereo duplex calling introduced
Expand Down
2 changes: 1 addition & 1 deletion cmake/DoradoVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DORADO_VERSION_MAJOR 0)
set(DORADO_VERSION_MINOR 1)
set(DORADO_VERSION_REV 0)
set(DORADO_VERSION_REV 1)

find_package(Git QUIET)
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit cb41bda

Please sign in to comment.