cut release 0.3.0 #41

Merged
ben merged 1 commit from ben/Jobboerse:notice-link-via-login into main 2023-01-28 18:07:46 +01:00
5 changed files with 9 additions and 6 deletions

6
Cargo.lock generated
View file

@ -425,7 +425,7 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "better_toml_datetime"
version = "0.2.5"
version = "0.3.0"
dependencies = [
"serde",
"thiserror",
@ -1335,7 +1335,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]]
name = "jobboerse"
version = "0.2.5"
version = "0.3.0"
dependencies = [
"actix-files",
"actix-multipart",
@ -1597,7 +1597,7 @@ dependencies = [
[[package]]
name = "multipart_helper"
version = "0.2.5"
version = "0.3.0"
dependencies = [
"actix-multipart",
"futures-util",

View file

@ -2,7 +2,7 @@
members = [".", "packages/*"]
[workspace.package]
version = "0.2.5"
version = "0.3.0"
edition = "2021"
rust-version = "1.64"
license = "MIT OR Apache-2.0"

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0]
### Fix
- missing lines around lists and headings triggering lints in changelog
@ -183,6 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Overview Page of Dependency licenses
[Unreleased]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/main
[0.3.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.3.0
[0.2.4]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.4
[0.2.3]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.3
[0.2.2]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.2

2
dist/arch/PKGBUILD vendored
View file

@ -9,7 +9,7 @@ _reponame=Jobboerse
_pkgname="${_reponame,,}"
_features=()
pkgname="${_reponame,,}"
pkgver=0.2.4
pkgver=0.3.0
pkgrel=1
pkgdesc="FS-InfMath Job-Offer Page"
arch=('x86_64') # Other architectures may work

BIN
packages/jobboerse/THIRDPARTY.toml (Stored with Git LFS)

Binary file not shown.