From 822667e4432769b050a5e45d9756f244cfa5b717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Sat, 18 May 2024 10:20:59 +0200 Subject: [PATCH] Version 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753d86d..17f362a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## Version 1.1.0 + +- Fix the github action to trigger on tags ([6edf093](https://github.com/fedora-infra/tahrir-api/commit/6edf093>)) +- Add a column for the avatar ([0841366](https://github.com/fedora-infra/tahrir-api/commit/0841366>)) +- Add a script to populate the user's avatars from FASJSON ([2d80012](https://github.com/fedora-infra/tahrir-api/commit/2d80012>)) +- Convert the changelog to markdown ([ade7496](https://github.com/fedora-infra/tahrir-api/commit/ade7496>)) +- Update dependencies + + ## Version 1.0.0 - Add tox as a test runner ([31a84c4](https://github.com/fedora-infra/tahrir-api/commit/31a84c4)) diff --git a/pyproject.toml b/pyproject.toml index d9b4955..4922471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tahrir-api" -version = "1.0.0" +version = "1.1.0" description = "An API for interacting with the Tahrir database" license = "GPLv3+"