Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed May 19, 2024
1 parent ea1cd9d commit 8144b6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ jobs:
with:
files: dist/*
fail_on_unmatched_files: true
# generate_release_notes: true
body: ${{ needs.build.outputs.release-notes }}
# generate_release_notes: true
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## Version 1.1.1

- Improve the `populate-avatars` script ([ea1cd9d](https://github.com/fedora-infra/tahrir-api/commit/ea1cd9d>))


## Version 1.1.0

- Fix the github action to trigger on tags ([6edf093](https://github.com/fedora-infra/tahrir-api/commit/6edf093>))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tahrir-api"
version = "1.1.0"
version = "1.1.1"
description = "An API for interacting with the Tahrir database"

license = "GPLv3+"
Expand Down

0 comments on commit 8144b6b

Please sign in to comment.