Skip to content

Commit b8a1561

Browse files
committed
v0.1.6
1 parent 6a0231b commit b8a1561

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(CMAKE_OSX_ARCHITECTURES
88
"x86_64;arm64"
99
CACHE STRING "Build universal binary")
1010

11-
project(Signet VERSION 0.1.5)
11+
project(Signet VERSION 0.1.6)
1212

1313
option(DEPLOYMENT_BUILD "A build for deployment to end-users" NO)
1414
option(ENABLE_SANITIZERS "Enable ASan and UBSan" OFF)

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
There are experimental binaries available for the Windows, Linux and Mac versions of Signet. These can be found in the assets section of this Github release. Just download and extract the file to start using it.
22

3-
**Note for macOS**: The macOS version is not codesigned or notarized. The first time you use Signet you will need to right click it, and select "open".
3+
**Note for macOS**: The macOS version is not codesigned or notarized. The first time you use Signet you might need to right click it, and select "open".
44

55
Changes:
66

7+
0.1.6:
8+
- Add --output-file option for specifying a single output file instead of overwriting the input file
9+
- Fix filepath case sensitivity issues on Window and macOS
10+
- Fix norm --rms when using --independent-channels
11+
712
0.1.5:
813
- Prints a stack trace when a fatal error occurs
914
- Build universal binaries on macOS

0 commit comments

Comments
 (0)