Compare commits

..

No commits in common. "4866cfa635925fb30137da3789801dc9b8f19cf8" and "03df62bbc4009cf10e63e30b64d527377028680f" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View File

@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/vieter/vieter/src/branch/dev)
## [0.3.0](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0)
Nothing besides bumping the versions.
## [0.3.0-rc.1](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-rc.1)
### Added

View File

@ -3,7 +3,7 @@
pkgbase='vieter'
pkgname='vieter'
pkgver='0.3.0'
pkgver='0.3.0_rc.1'
pkgrel=1
pkgdesc="Vieter is a lightweight implementation of an Arch repository server."
depends=('glibc' 'openssl' 'libarchive' 'sqlite')

View File

@ -13,7 +13,7 @@ fn main() {
mut app := cli.Command{
name: 'vieter'
description: 'Vieter is a lightweight implementation of an Arch repository server.'
version: '0.3.0'
version: '0.3.0-rc.1'
flags: [
cli.Flag{
flag: cli.FlagType.string