Compare commits

..

No commits in common. "7627b28bcf5a81d1f43e2b6185ffb756c83c350c" and "29e6d8d0711ece2388f3fce44b4f12613bce1dc2" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -7,8 +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-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2)
### Added
* Web API for adding & querying build logs

View File

@ -3,7 +3,7 @@
pkgbase='vieter'
pkgname='vieter'
pkgver='0.3.0_alpha.2'
pkgver='0.3.0_alpha.1'
pkgrel=1
depends=('glibc' 'openssl' 'libarchive' 'sqlite')
makedepends=('git' 'vieter-v')

View File

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