Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 270eb5e

Browse files
committed
release notes
1 parent b5dfafb commit 270eb5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
env:
44
VERSION: 1.6.2
5-
PACKAGE_SUFFIX: '-pre.1'
6-
# PACKAGE_SUFFIX: ''
5+
# PACKAGE_SUFFIX: '-pre.1'
6+
PACKAGE_SUFFIX: ''
77
ASM_VERSION: 1.0.0
88
BUILD_TYPE: Release
99
VCPKG_HASH: 0f88ecb8528605f91980b90a2c5bad88e3cb565f

docs/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.2
2+
3+
- Improvement: native library can return it's version.
4+
- Bug fixed: marshalling `bool` return type from C++ is different from C, which resulted in wrong error code passed back to C#.
5+
16
## 1.6.1
27

38
### Improvements

0 commit comments

Comments
 (0)