8000 Release v0.3.2 by DaleSeo · Pull Request #34 · prodigyeducation/python-graphql-client · GitHub
[go: up one dir, main page]

Skip to content

Release v0.3.2 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 25 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,36 @@
## (unreleased)
## v0.3.2

### Fix
- Support Advanced Usages #33

* Make github action name useful. [Lennox Stevenson]
## v0.3.1

* Pypi link to new public repository. [Lennox Stevenson]
- Subscription headers #30
- Release v0.3.1 #31

### Other
## v0.3.0

* Bump the version to 0.2.0. [Dale Seo]
- Github Actions status badges 🏅 documentation #15
- Bug/fix black flake8 conflict #17
- new: dev: add gitchangelog to generate change log #19
- feat: add pull_request as trigger for ci checks #20
- Rewrite async tests without 3rd party library enhancement #21
- Fix/flake8 consistent checks bug chore #22
- GraphQL Subscriptions Support enhancement #23
- Bump the version to 0.3.0 #24

* Chore: address feedback. [Lennox Stevenson]
## v0.2.0

Rename the GitHub action file to be more clear on its intention.
Change the order of the linter checks to align with the order used in the pre commit config file.
- feat: create pypi publish github action chore #8
- Allow overriding headers when making requests #10
- feat: create config for linter checks #11
- Bump the version to 0.2.0 #13

* Feat: create config for linter checks. [Lennox Stevenson]
## v0.1.1

* Fix the unit tests to be clear. [Dale Seo]

* Fix the command to install dependencies including dev dependencies. [Dale Seo]

* Allow overriding headers when making requests. [Dale Seo]

* Chore: add name to checkout step. [Lennox Stevenson]

* Feat: create pypi publish github action. [Lennox Stevenson]

* Chore: bump version. [Lennox Stevenson]

* Feat: create project description from README. [Lennox Stevenson]

* Add the Black label to show our style. [Dale Seo]

* Link to new public repository in CONTRIBUTING.md. [Dale Seo]


## (unreleased)

### Other

* Feat: initial commit. [Lennox Stevenson]

To be clear, this work was not all done in a single commit. That would be insane. @xkludge, @DaleSeo, and @mattbullock were all part of the work to create this project and should get kudos as well.
- Fix/setup fields #1
- Link to new public repository on contributing guidelines #2
- Add the Black label 🎖to show our style 💅 #3

## v0.1.0

- First version of the package 🎉
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="python_graphql_client",
version="0.3.1",
version="0.3.2",
description="Python GraphQL Client",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
0