bump version to v0.1.2
This commit is contained in:
parent
9878f83c63
commit
699dc4e1a8
2 changed files with 13 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -6,7 +6,16 @@ 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.2] - 2023-06-07
|
||||||
|
### Added
|
||||||
|
- logging for new mastodon post now also logs the post url
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- example config file description of `mastodon.visibility`
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Logging will not show timestamps when app is started via systemd
|
||||||
|
|
||||||
## [v0.1.1] - 2023-06-07
|
## [v0.1.1] - 2023-06-07
|
||||||
|
|
||||||
|
@ -29,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[unreleased]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.1...HEAD
|
[unreleased]: https://git.lauka.net/lauralani/humble-bot/compare/v0.1.2...HEAD
|
||||||
|
[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
|
||||||
[v0.1.0]: https://git.lauka.net/lauralani/humble-bot/releases/tag/v0.1.0
|
[v0.1.0]: https://git.lauka.net/lauralani/humble-bot/releases/tag/v0.1.0
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
package constants
|
package constants
|
||||||
|
|
||||||
var AppVersion = "0.1.1"
|
var AppVersion = "0.1.2"
|
||||||
|
|
||||||
var HumbleCategories = []string{"games", "books", "software"}
|
var HumbleCategories = []string{"games", "books", "software"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue