Skip to content

Commit

Permalink
Merge pull request #98 from LizardByte/v0.1.0-changelog
Browse files Browse the repository at this point in the history
update changelog for v0.1.0
  • Loading branch information
ReenigneArcher authored Aug 7, 2022
2 parents 7768b2e + 07fb1c3 commit 9cf726b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
check_changelog:
name: Check Changelog
needs: [check_dockerfile]
if: ${{ needs.check_dockerfile.outputs.dockerfile == true }}
if: ${{ needs.check_dockerfile.outputs.dockerfile == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -59,7 +59,7 @@ jobs:
docker:
name: Docker
needs: [check_dockerfile, check_changelog]
if: ${{ needs.check_dockerfile.outputs.dockerfile == true }}
if: ${{ needs.check_dockerfile.outputs.dockerfile == 'true' }}
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.0] - 2022-08-07
### Changed
- Select Menus added to `docs` slash command to give finer control of returned documentation url
- Buttons added to `donate` slash command, removed embeds
### Removed
- Removed guild file
### Dependencies
- Bump flask from 2.1.3 to 2.2.1

## [0.0.5] - 2022-07-31
### Fixed
- Bot will now self updates username and avatar
Expand Down

0 comments on commit 9cf726b

Please sign in to comment.