Skip to content

Commit 184f9f2

Browse files
authored
Merge pull request #249 from mirumee/release_0_11
Release 0.11.0
2 parents ceafcd9 + 851575a commit 184f9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## UNRELEASED
3+
## 0.11.0 (2023-12-05)
44

55
- Removed `model_rebuild` calls for generated input, fragment and result models.
66
- Added `NoReimportsPlugin` that makes the `__init__.py` of generated client package empty.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "ariadne-codegen"
77
description = "Generate fully typed GraphQL client from schema, queries and mutations!"
88
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
9-
version = "0.10.0"
9+
version = "0.11.0"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)