bump version to v0.2.1

This commit is contained in:
Adora Laura Kalb 2023-07-11 10:39:47 +02:00
parent 2229bd9183
commit f5325c8a55
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [v0.2.1] - 2023-06-11
### Changed ### Changed
- when starting the app in daemon mode, the app will now wait one complete interval until it posts the next post - when starting the app in daemon mode, the app will now wait one complete interval until it posts the next post
instead of immediately posting one bundle instead of immediately posting one bundle
@ -55,7 +57,8 @@ instead of immediately posting one bundle
[unreleased]: https://git.lauka.net/lauralani/humble-bot/compare/v0.2.0...HEAD [unreleased]: https://git.lauka.net/lauralani/humble-bot/compare/v0.2.1...HEAD
[v0.2.1]: https://git.lauka.net/lauralani/humble-bot/compare/v0.2.0...v0.2.1
[v0.2.0]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.2...v0.2.0 [v0.2.0]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.2...v0.2.0
[v0.1.2]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.1...v0.1.2 [v0.1.2]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.1...v0.1.2
[v0.1.1]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.0...v0.1.1 [v0.1.1]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.0...v0.1.1

View file

@ -6,7 +6,7 @@
package constants package constants
var AppVersion = "0.2.0" var AppVersion = "0.2.1"
var HumbleCategories = []string{"games", "books", "software"} var HumbleCategories = []string{"games", "books", "software"}