cut release 0.2.4 #36

Merged
ben merged 1 commit from ben/Jobboerse:main into main 2022-08-04 21:36:48 +02:00
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1167,7 +1167,7 @@ checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
[[package]]
name = "jobboerse"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"actix-files",
"actix-multipart",

View file

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

View file

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.4] (2022-08-04)
### Change
- reviewer notice now includes a link to the added job offer
- upgrade dependencies in general
@ -135,6 +136,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.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
[0.2.1]: https://www.fs-infmath.uni-kiel.de/git/FS-InfMath/Jobboerse/src/version-0.2.1

View file

@ -120,7 +120,7 @@ Cutting a Release
-----------------
* Update the version in the root Cargo.toml according to semver, this will be the version to-be-cut
* Update the changelog the reflection all changes since the last release unter `[Unreleased]`
* Update the changelog to reflect all changes since the last release unter `[Unreleased]`
* It's generally recommended to keep the Changelog upto date by adding changes to the unreleased section in the commit that introduces the change
* In the now up-to-date changelog add a new section heading for the version to-be-cut between `[Unreleasd]` and the first entry of the unreleased section
* Add a matching link definition at the bottom of a changelog

2
dist/arch/PKGBUILD vendored
View file

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