changes and release cut for 0.2.3 #31

Merged
ben merged 12 commits from ben/Jobboerse:main into main 2022-07-27 23:04:10 +02:00
4 changed files with 6 additions and 3 deletions
Showing only changes of commit 568eab2e4e - Show all commits

cut release 0.2.3

Bennet Bleßmann 2022-07-27 23:02:40 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

2
Cargo.lock generated
View file

@ -1217,7 +1217,7 @@ checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]] [[package]]
name = "jobboerse" name = "jobboerse"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-multipart", "actix-multipart",

View file

@ -3,7 +3,7 @@ members = [".", "packages/*"]
[package] [package]
name = "jobboerse" name = "jobboerse"
version = "0.2.2" version = "0.2.3"
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
repository = "https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse" repository = "https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse"

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.3] (2022-07-27)
### Change ### Change
- upgrade lettre dependency from release candidate version to actual release version - upgrade lettre dependency from release candidate version to actual release version
- upgrade dependencies in general - upgrade dependencies in general
@ -125,6 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Overview Page of Dependency licenses - Overview Page of Dependency licenses
[Unreleased]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/main [Unreleased]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/main
[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 [0.2.2]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.2
[0.2.1]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.1 [0.2.1]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.1
[0.2.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.0 [0.2.0]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.0

2
dist/arch/PKGBUILD vendored
View file

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