bump version to v0.3.0
This commit is contained in:
parent
3bda0864e3
commit
812b3394b9
1 changed files with 13 additions and 10 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.3.0] - 2023-11-07
|
||||
### Added
|
||||
- Added `list` alias to `queue show`
|
||||
- Added `delete` alias to `queue remove`
|
||||
|
@ -27,13 +29,13 @@ instead of immediately posting one bundle
|
|||
## [v0.2.0] - 2023-06-11
|
||||
### Added
|
||||
- Added cli option `queue show` to list currently queued bundles
|
||||
[#2](https://git.lauka.net/lauralani/humble-bot/issues/2)
|
||||
[#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
||||
- Added cli option `queue fill` to query humblebundle.com for new bundles and then fill the queue
|
||||
[#2](https://git.lauka.net/lauralani/humble-bot/issues/2)
|
||||
- Added cli option `queue remove` to remove a queued up bundle [#2](https://git.lauka.net/lauralani/humble-bot/issues/2)
|
||||
[#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
||||
- Added cli option `queue remove` to remove a queued up bundle [#2](https://code.lila.network/adoralaura/humble-bot/issues/2)
|
||||
|
||||
### Fixed
|
||||
- [[BUG] Error parsing mastodon response field time](https://git.lauka.net/lauralani/humble-bot/issues/1)
|
||||
- [[BUG] Error parsing mastodon response field time](https://code.lila.network/adoralaura/humble-bot/issues/1)
|
||||
|
||||
### Removed
|
||||
- BREAKING: Removed action when executing `./humble-bot` without arguments, moved to `queue fill`
|
||||
|
@ -69,9 +71,10 @@ instead of immediately posting one bundle
|
|||
|
||||
|
||||
|
||||
[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.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.0]: https://git.lauka.net/lauralani/humble-bot/releases/tag/v0.1.0
|
||||
[unreleased]: https://code.lila.network/adoralaura/humble-bot/compare/v0.3.0...HEAD
|
||||
[v0.3.0]: https://code.lila.network/adoralaura/humble-bot/compare/v0.2.1...v0.3.0
|
||||
[v0.2.1]: https://code.lila.network/adoralaura/humble-bot/compare/v0.2.0...v0.2.1
|
||||
[v0.2.0]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.2...v0.2.0
|
||||
[v0.1.2]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.1...v0.1.2
|
||||
[v0.1.1]: https://code.lila.network/adoralaura/humble-bot/compare/v0.1.0...v0.1.1
|
||||
[v0.1.0]: https://code.lila.network/adoralaura/humble-bot/releases/tag/v0.1.0
|
||||
|
|
Loading…
Reference in a new issue