Skip to content

Commit 02d1899

Browse files
committed
Release v0.5.27
1 parent 000a7b8 commit 02d1899

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
SOURCE_DIR: ${{github.workspace}}/.cache/source
3535
TOOSL_DIR: ${{github.workspace}}/.cache/tools
3636
INSTALL_DIR: ${{github.workspace}}/.cache/install
37-
SerialPortAssistant_VERSION: v0.5.26
37+
SerialPortAssistant_VERSION: v0.5.27
3838
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
3939
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4040
VCPKG_DEFAULT_HOST_TRIPLET: x64-linux

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: build
55
env:
66
artifact_path: artifact_path
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
SerialPortAssistant_VERSION: v0.5.26
8+
SerialPortAssistant_VERSION: v0.5.27
99

1010
on:
1111
push:

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TOOSL_DIR: ${{github.workspace}}/.cache/tools
4141
INSTALL_DIR: ${{github.workspace}}/.cache/install_macos
4242
qt_modules: ${{matrix.qt_modules}}
43-
SerialPortAssistant_VERSION: 0.5.26
43+
SerialPortAssistant_VERSION: 0.5.27
4444
artifact_name: build_macos
4545
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
4646

.github/workflows/mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
SOURCE_DIR: ${{github.workspace}}\.cache\source
3131
TOOSL_DIR: ${{github.workspace}}\.cache\tools
3232
INSTALL_DIR: ${{github.workspace}}\.cache\install_mingw
33-
SerialPortAssistant_VERSION: v0.5.26
33+
SerialPortAssistant_VERSION: v0.5.27
3434
artifact_name: build_mingw
3535

3636
# Map the job outputs to step outputs

.github/workflows/msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-latest
4343

4444
env:
45-
SerialPortAssistant_VERSION: v0.5.26
45+
SerialPortAssistant_VERSION: v0.5.27
4646
SOURCE_DIR: ${{github.workspace}}\.cache\source
4747
TOOSL_DIR: ${{github.workspace}}\.cache\tools
4848
INSTALL_DIR: ${{github.workspace}}\.cache\install_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SOURCE_DIR: ${{github.workspace}}/.cache/source
2727
TOOSL_DIR: ${{github.workspace}}/.cache/tools
2828
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu_${{matrix.BUILD_TYPE}}
29-
SerialPortAssistant_VERSION: 0.5.26
29+
SerialPortAssistant_VERSION: 0.5.27
3030
artifact_name: build_ubuntu
3131

3232
# Map the job outputs to step outputs

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ serialportassistant (0.5.27) stable; urgency=medium
1414
* Modify debian package
1515
* CI: modify android.yml
1616

17-
-- Kang Lin <[email protected]> Fri, 06 Dec 2024 14:37:28 +0800
17+
-- Kang Lin <[email protected]> Fri, 06 Dec 2024 15:24:34 +0800
1818

0 commit comments

Comments
 (0)