Skip to content

Commit 38210fa

Browse files
committed
Update changelog with 0.6.0 and 0.7.0 versions
1 parent 79c1a49 commit 38210fa

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2727
run: |
2828
python -m pip install twine
29-
twine upload
29+
twine upload dist/*

CHANGES

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@
55
Here you can see the list of changes between each 'sphinxcontrib-openapi'
66
release.
77

8-
0.6.0 (unreleased)
8+
0.7.0 (2020-05-07)
99
==================
1010

1111
- Drop Python 2.7 support because it reached its end-of-life.
12+
- Add support for examples defined in schema.
13+
- Add support for 'anyOf' during example generation based on schema.
14+
- Fix loading $ref in other YAML files.
15+
- Fix freeforom (property-less) obhect schema rendering.
16+
- Respect RFC7807 in example generation.
17+
- Add new experimental OpenAPI v3 renderer.
18+
19+
0.6.0 (2019-12-20)
20+
==================
21+
22+
- Add ``include`` and ``exclude`` options to exclude certain paths out from
23+
rendering.
24+
- Generate samples for ``GET`` requests.
25+
- When rendering by groups, preserve order of groups specified in the spec.
1226

1327
0.5.0 (2019-09-04)
1428
==================
@@ -38,7 +52,6 @@ release.
3852

3953
- Make 'sphinxcontrib-openapi' compatible with Sphinx 1.6.
4054

41-
4255
0.3.0 (2017-01-29)
4356
==================
4457

@@ -47,19 +60,16 @@ release.
4760
- Resolve references inside list objects.
4861
- Handle common ``parameters` specified at the endpoint's root.
4962

50-
5163
0.2.1 (2017-01-10)
5264
==================
5365

5466
- Resolve relative JSON references.
5567

56-
5768
0.2.0 (2016-11-16)
5869
==================
5970

6071
- Resolve JSON references in the spec before attempt to generate a doc.
6172

62-
6373
0.1.0 (2016-10-03)
6474
==================
6575

0 commit comments

Comments
 (0)