forked from vieter-v/vieter
Updated CHANGELOG [CI SKIP]
parent
207344a99d
commit
7e142cb6c7
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased](https://git.rustybever.be/Chewing_Bever/vieter)
|
## [Unreleased](https://git.rustybever.be/Chewing_Bever/vieter)
|
||||||
|
|
||||||
## Changed
|
## [0.2.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.2.0)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
* Better config system
|
* Better config system
|
||||||
* Support for both a config file & environment variables
|
* Support for both a config file & environment variables
|
||||||
|
@ -17,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
* All routes now return proper JSON where applicable & the correct status
|
* All routes now return proper JSON where applicable & the correct status
|
||||||
codes
|
codes
|
||||||
|
|
||||||
## Added
|
### Added
|
||||||
|
|
||||||
* Very basic build system
|
* Very basic build system
|
||||||
* Build is triggered by separate cron container
|
* Build is triggered by separate cron container
|
||||||
|
@ -32,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
* Support for multiple repositories
|
* Support for multiple repositories
|
||||||
* Support for multiple architectures per repository
|
* Support for multiple architectures per repository
|
||||||
|
|
||||||
## Fixed
|
### Fixed
|
||||||
|
|
||||||
* Each package can now only have one version in the repository at once
|
* Each package can now only have one version in the repository at once
|
||||||
(required by Pacman)
|
(required by Pacman)
|
||||||
|
|
Loading…
Reference in New Issue