From 268db084b3b2cc20eb2d89dab9bf1276e6425cff Mon Sep 17 00:00:00 2001 From: rafalp Date: Thu, 19 Dec 2024 12:53:20 +0100 Subject: [PATCH] Ariadne 0.24 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e33025..a667d160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG -## 0.24 (UNRELEASED) +## 0.24 (2024-12-19) - Added validation for directive declarations in `make_executable_schema` to prevent schema creation with undeclared directives. - Replaced hardcoded HTTP statuses with `HTTPStatus` from the `http` stdlib module. diff --git a/pyproject.toml b/pyproject.toml index 9d3f4152..926256a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ariadne" -version = "0.23.0" +version = "0.24.0" description = "Ariadne is a Python library for implementing GraphQL servers." authors = [{ name = "Mirumee Software", email = "hello@mirumee.com" }] readme = "README.md"