Skip to content

Commit 16d3fcc

Browse files
authored
Merge pull request #35 from prodigyeducation/release/0.4.0
Release v0.4.0
2 parents 8c8483e + e39ef23 commit 16d3fcc

File tree

2 files changed

+26
-37
lines changed

2 files changed

+26
-37
lines changed

CHANGELOG.md

Lines changed: 25 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,36 @@
1-
## (unreleased)
1+
## v0.4.0
22

3-
### Fix
3+
- Support Advanced Usages #33
44

5-
* Make github action name useful. [Lennox Stevenson]
5+
## v0.3.1
66

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

9-
### Other
10+
## v0.3.0
1011

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

13-
* Chore: address feedback. [Lennox Stevenson]
21+
## v0.2.0
1422

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

18-
* Feat: create config for linter checks. [Lennox Stevenson]
28+
## v0.1.1
1929

20-
* Fix the unit tests to be clear. [Dale Seo]
21-
22-
* Fix the command to install dependencies including dev dependencies. [Dale Seo]
23-
24-
* Allow overriding headers when making requests. [Dale Seo]
25-
26-
* Chore: add name to checkout step. [Lennox Stevenson]
27-
28-
* Feat: create pypi publish github action. [Lennox Stevenson]
29-
30-
* Chore: bump version. [Lennox Stevenson]
31-
32-
* Feat: create project description from README. [Lennox Stevenson]
33-
34-
* Add the Black label to show our style. [Dale Seo]
35-
36-
* Link to new public repository in CONTRIBUTING.md. [Dale Seo]
37-
38-
39-
## (unreleased)
40-
41-
### Other
42-
43-
* Feat: initial commit. [Lennox Stevenson]
44-
45-
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.
30+
- Fix/setup fields #1
31+
- Link to new public repository on contributing guidelines #2
32+
- Add the Black label 🎖to show our style 💅 #3
4633

34+
## v0.1.0
4735

36+
- First version of the package 🎉

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="python_graphql_client",
13-
version="0.3.1",
13+
version="0.4.0",
1414
description="Python GraphQL Client",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)