Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWindell committed Oct 30, 2023
1 parent 7f3dcce commit f671d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_OSX_ARCHITECTURES
"x86_64;arm64"
CACHE STRING "Build universal binary")

project(Signet VERSION 0.1.4)
project(Signet VERSION 0.1.5)

option(DEPLOYMENT_BUILD "A build for deployment to end-users" NO)
option(ENABLE_SANITIZERS "Enable ASan and UBSan" OFF)
Expand Down
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ There are experimental binaries available for the Windows, Linux and Mac version

Changes:

0.1.5:
- Prints a stack trace when a fatal error occurs
- Build universal binaries on macOS

0.1.4:
- print-info now shows peak meter info (dB) and length (seconds)
- Fix crash caused by having a wildcard at the start of the glob as well as a slash
Expand Down

0 comments on commit f671d80

Please sign in to comment.