bump version to v0.1.0
This commit is contained in:
parent
3ca1c2314e
commit
968f48a7c5
2 changed files with 9 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,12 +2,18 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
- tbd
|
||||||
|
|
||||||
|
## [v0.1.0] - 2023-06-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Fetch Bundles from humblebundle.com
|
- Fetch Bundles from humblebundle.com
|
||||||
- Post to Mastodon
|
- Post to Mastodon
|
||||||
- DB Connection
|
- Postgres as Database and queue
|
||||||
|
|
||||||
|
|
||||||
|
[v0.1.0]: https://codeberg.org/lauralani/humble-bot/releases/tag/v0.1.0
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
package constants
|
package constants
|
||||||
|
|
||||||
var AppVersion = "0.0.1"
|
var AppVersion = "0.1.0"
|
||||||
|
|
||||||
var HumbleCategories = []string{"games", "books", "software"}
|
var HumbleCategories = []string{"games", "books", "software"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue