Skip to content

Commit

Permalink
Version update: 0.9.3
Browse files Browse the repository at this point in the history
Changes List:
- Update requirements.txt
- Code refactoring to fix bug
- Update README.md and rename installer
- Update Shebang in all file with extension .sh

Signed-off-by: Goh, Wei Sheng <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Dec 27, 2022
1 parent ed61b04 commit 2a20757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ For prior version, please refer to the tag commit message. Sorry guys.
## [0.9.2] - 2022-11-18
- Bug fix for non_xdp mode
- Update the tx_timeout value for i225

## [0.9.3] - 2022-12-27
- Update requirements.txt
- Code refactoring to fix bug
- Update README.md and rename installer
- Update Shebang in all file with extension .sh
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -a # enable variable export
RUNSH_DEBUG_MODE="YES"
RUNSH_QDISC_DEBUG_MODE="NO"
RUNSH_RESULT_DEBUG_MODE="NO"
TSNREFSW_PACKAGE_VERSION="v0.9.2"
TSNREFSW_PACKAGE_VERSION="v0.9.3"

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

0 comments on commit 2a20757

Please sign in to comment.