Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 30, 2024
1 parent b5dfafb commit 270eb5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

env:
VERSION: 1.6.2
PACKAGE_SUFFIX: '-pre.1'
# PACKAGE_SUFFIX: ''
# PACKAGE_SUFFIX: '-pre.1'
PACKAGE_SUFFIX: ''
ASM_VERSION: 1.0.0
BUILD_TYPE: Release
VCPKG_HASH: 0f88ecb8528605f91980b90a2c5bad88e3cb565f
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.2

- Improvement: native library can return it's version.
- Bug fixed: marshalling `bool` return type from C++ is different from C, which resulted in wrong error code passed back to C#.

## 1.6.1

### Improvements
Expand Down

0 comments on commit 270eb5e

Please sign in to comment.