Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit b88da2b

Browse files
committed
chore: new release
1 parent cea5613 commit b88da2b

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,30 @@ env:
88
CARGO_TERM_COLOR: always
99
jobs:
1010
old_build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-18.04
1212
steps:
1313
- run: sudo apt-get install -y libssl-dev libgtk-3-dev
1414
- run: cargo install cargo-deb cargo-rpm
1515

1616
- uses: actions/checkout@v2
1717
- uses: actions/cache@v2
1818
with:
19-
key: target-dir-cache-release
19+
key: target-dir-cache-old-release
2020
path: target/
2121

2222
# needed on older glibc
2323
- run: sed -i 's/resolv.*/resolv = "0.2.0"/' Cargo.toml
2424

2525
- run: cargo deb
26-
- run: cargo rpm build
2726

2827
- run: mv target/debian/timer-for-harvest_*_amd64.deb .
29-
- run: mv target/release/rpmbuild/RPMS/x86_64/timer-for-harvest*.rpm .
30-
- run: sha256sum *.deb *.rpm > SHA256SUM
28+
- run: sha256sum *.deb > SHA256SUM
3129

3230
- uses: actions/upload-artifact@v2
3331
with:
34-
name: packages
32+
name: old_openssl
3533
path: |
3634
timer-for-harvest_*_amd64.deb
37-
timer-for-harvest*.rpm
3835
SHA256SUM
3936
build:
4037
runs-on: ubuntu-22.04
@@ -57,7 +54,7 @@ jobs:
5754

5855
- uses: actions/upload-artifact@v2
5956
with:
60-
name: packages
57+
name: new_openssl_packages
6158
path: |
6259
timer-for-harvest_*_amd64.deb
6360
timer-for-harvest*.rpm

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [UNRELEASED] - YYYY-MM-DD
44

5+
## [0.3.10] - 2022-08-01
6+
7+
- Build against OpenSSL 1.1 for Ubuntu 20.04.
8+
59
## [0.3.10] - 2022-07-29
610

711
- Build against OpenSSL 3 for Ubuntu 22.04.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "timer-for-harvest"
33
description = "Timer for Harvest"
44
homepage = "https://github.com/frenkel/timer-for-harvest"
5-
version = "0.3.10"
5+
version = "0.3.11"
66
authors = ["Frank Groeneveld <frank@frankgroeneveld.nl>"]
77
edition = "2018"
88
readme = "README.md"

0 commit comments

Comments
 (0)