Skip to content

Commit

Permalink
Release 🍓 0.262.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Mar 4, 2025
1 parent 3659e1f commit 78f607c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGELOG
=========

0.262.0 - 2025-03-04
--------------------

This release adds support for exporting schema created by a callable:

```bash
strawberry export-schema package.module:create_schema
```

when

```python
def create_schema():
return strawberry.Schema(query=Query)
```

Contributed by [Alexey Pelykh](https://github.com/alexey-pelykh) via [PR #3797](https://github.com/strawberry-graphql/strawberry/pull/3797/)


0.261.1 - 2025-02-27
--------------------

Expand Down
14 changes: 0 additions & 14 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "strawberry-graphql"
packages = [ { include = "strawberry" } ]
version = "0.261.1"
version = "0.262.0"
description = "A library for creating GraphQL APIs"
authors = ["Patrick Arminio <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 78f607c

Please sign in to comment.