Skip to content

Commit

Permalink
Merge pull request #1593 from contour-terminal/release
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
Yaraslaut authored Sep 18, 2024
2 parents 2097e45 + 12e4935 commit 5aec756
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
env
freebsd-version
SYSDEP_ASSUME_YES=ON ./scripts/install-deps.sh
cmake -S . -B build -DCONTOUR_TESTING=ON
cmake -S . -B build -DCONTOUR_TESTING=ON -DLIBUNICODE_USE_STD_SIMD=OFF
cmake --build build/ -j2
./build/src/crispy/crispy_test
./build/src/vtparser/vtparser_test
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
env
./scripts/install-deps.sh
mkdir build
cmake -S . -B build -D CMAKE_CXX_FLAGS=-I/home/runner/work/contour/contour/_deps/sources/yaml-cpp-0.8.0/include -D CONTOUR_TESTING=ON
cmake -S . -B build -D CMAKE_CXX_FLAGS=-I/home/runner/work/contour/contour/_deps/sources/yaml-cpp-0.8.0/include -DCONTOUR_TESTING=ON -DLIBUNICODE_USE_STD_SIMD=OFF
cmake --build build/ -j2
./build/src/crispy/crispy_test
./build/src/vtparser/vtparser_test
Expand Down Expand Up @@ -1316,10 +1316,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: contour-${{ steps.set_vars.outputs.VERSION_STRING }}-ubuntu24.04-amd64.deb
- name: "fetch artifact: Fedora 39"
- name: "fetch artifact: Fedora 40"
uses: actions/download-artifact@v4
with:
name: "contour-${{ steps.set_vars.outputs.VERSION }}-1.fc39.x86_64.rpm"
name: "contour-${{ steps.set_vars.outputs.VERSION }}-1.fc40.x86_64.rpm"
- name: "fetch artifact: ArchLinux"
uses: actions/download-artifact@v4
with:
Expand All @@ -1336,6 +1336,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: "contour-${{ steps.set_vars.outputs.version }}-win64.zip"
- name: "fetch artifact: AppImage"
uses: actions/download-artifact@v4
with:
name: "contour-${{ steps.set_vars.outputs.version }}.AppImage"
# }}}

- name: "inspect"
Expand Down
2 changes: 1 addition & 1 deletion metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
-->

<release version="0.4.4" urgency="medium" type="development">
<release version="0.5.0" urgency="medium" date="2024-09-18">
<description>
<ul>
<li>macOS package is now Apple Silicon native</li>
Expand Down

0 comments on commit 5aec756

Please sign in to comment.