Skip to content

Commit a7b880a

Browse files
committed
Version update 0.9.12
Changes List: - Update script to run in bash to avoid unexpected output on Ubuntu - Add preliminary ASL support Signed-off-by: Goh, Wei Sheng <[email protected]>
1 parent a63d850 commit a7b880a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ For prior version, please refer to the tag commit message. Sorry guys.
111111

112112
## [0.9.11] - 2023-11-8
113113
- Update libbpf symbolic link in packages installer
114+
115+
## [0.9.12] - 2023-12-15
116+
- Update script to run in bash to avoid unexpected output on Ubuntu
117+
- Add preliminary ASL support

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -a # enable variable export
3434
RUNSH_DEBUG_MODE="YES"
3535
RUNSH_QDISC_DEBUG_MODE="NO"
3636
RUNSH_RESULT_DEBUG_MODE="NO"
37-
TSNREFSW_PACKAGE_VERSION="v0.9.11"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.12"
3838

3939
main() {
4040
#if [ $USER != "root" ]; then

0 commit comments

Comments
 (0)