Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Aug 2, 2023
1 parent 210d2f0 commit 8eee331
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
hub release create "${assets[@]}" "$tag_name"
hub release create "${assets[@]}" -F "CHANGELOG.md" "$tag_name"
- name: "Set up Poetry"
uses: snok/install-poetry@v1
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
6.0.2

# mystbin.py Changelog

## Added

## Changes

## Fixes
- Change `Paste.last_edited` in `Paste.from_data` to account for incorrect API docs. (d4c0dada470d2a16542583c35e80e46d5946ccfb)
- Change `File` init to not make `attachment_url` mandatory. (406f15d00ef0866b3fd1c9fae0a4f6c77d3f0099)

### Notes

0 comments on commit 8eee331

Please sign in to comment.