Skip to content

Commit 82c8e28

Browse files
committed
Release 0.8.0
1 parent 5be00b5 commit 82c8e28

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.8.0 (2023-08-22)
44

55
- Added support for `Upload` scalar. Added support for file uploads to `AsyncBaseClient` and `BaseClient`.
66
- Added validation of defined operations against the schema.

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.7.1"
9+
version = "0.8.0"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
1212
classifiers = [

0 commit comments

Comments
 (0)