bump version to v0.1.0

This commit is contained in:
Adora Laura Kalb 2023-07-07 08:18:04 +02:00
parent 3ca1c2314e
commit 968f48a7c5
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 9 additions and 3 deletions

View file

@ -2,12 +2,18 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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).
## [Unreleased]
- tbd
## [v0.1.0] - 2023-06-07
### Added
- Fetch Bundles from humblebundle.com
- Post to Mastodon
- DB Connection
- Postgres as Database and queue
[v0.1.0]: https://codeberg.org/lauralani/humble-bot/releases/tag/v0.1.0

View file

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