Skip to content

Commit

Permalink
fix: include GraphQL files in hatch.build config (#1064)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Pitoń <[email protected]>
  • Loading branch information
moonflare and rafalp authored Mar 28, 2023
1 parent e8c2303 commit a9f0427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.19.1 (2023-03-28)
- Fixed `.graphql` definitions files not being included in the dist files


## 0.19.0 (2023-03-27)

- Added `InputType` for setting Python representations of GraphQL Input types
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ariadne"
version = "0.19.0"
version = "0.19.1"
description = "Ariadne is a Python library for implementing GraphQL servers."
authors = [{ name = "Mirumee Software", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -58,6 +58,7 @@ tracing = ["opentracing"]
include = [
"ariadne/**/*.py",
"ariadne/**/*.html",
"ariadne/**/*.graphql",
"ariadne/py.typed",
"LICENSE",
"README.md",
Expand Down

0 comments on commit a9f0427

Please sign in to comment.