|
1 |
| -## (unreleased) |
| 1 | +## v0.4.0 |
2 | 2 |
|
3 |
| -### Fix |
| 3 | +- Support Advanced Usages #33 |
4 | 4 |
|
5 |
| -* Make github action name useful. [Lennox Stevenson] |
| 5 | +## v0.3.1 |
6 | 6 |
|
7 |
| -* Pypi link to new public repository. [Lennox Stevenson] |
| 7 | +- Subscription headers #30 |
| 8 | +- Release v0.3.1 #31 |
8 | 9 |
|
9 |
| -### Other |
| 10 | +## v0.3.0 |
10 | 11 |
|
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 |
12 | 20 |
|
13 |
| -* Chore: address feedback. [Lennox Stevenson] |
| 21 | +## v0.2.0 |
14 | 22 |
|
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 |
17 | 27 |
|
18 |
| -* Feat: create config for linter checks. [Lennox Stevenson] |
| 28 | +## v0.1.1 |
19 | 29 |
|
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 |
46 | 33 |
|
| 34 | +## v0.1.0 |
47 | 35 |
|
| 36 | +- First version of the package 🎉 |
0 commit comments