Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 5b44d6b

Browse files
authored
Merge pull request #38 from openapi-json-schema-tools/feat_1_0_1_release
1.0.1 release
2 parents 90b32e1 + 7eef45e commit 5b44d6b

File tree

5 files changed

+10
-9
lines changed
  • samples/openapi3/client
    • 3_0_3_unit_test/python/.openapi-generator
    • features/nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator
    • petstore/python/.openapi-generator

5 files changed

+10
-9
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Currently, the following languages/frameworks are supported:
5757
And many more!
5858
- [Docs for the python generator](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/docs/generators/python.md)
5959
- [Openapi json schema v3.0.3 unit test spec](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/modules/openapi-json-schema-generator/src/test/resources/3_0/unit_test_spec/3_0_3_unit_test_spec.yaml)
60-
- [genrated client sample code](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/openapi3/client/3_0_3_unit_test/python)
60+
- [generated client sample code](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/openapi3/client/3_0_3_unit_test/python)
6161
- [Openapi v3.0.3 general petstore spec, general features](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/blob/master/modules/openapi-json-schema-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml)
62-
- [genrated client sample code](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/openapi3/client/petstore/python)
62+
- [generated client sample code](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/tree/master/samples/openapi3/client/petstore/python)
6363

6464
### Can I build here?
6565

@@ -95,9 +95,10 @@ Definitely!
9595

9696
The OpenAPI Specification has undergone 3 revisions since initial creation in 2010. The openapi-json-schema-generator project has the following compatibilities with the OpenAPI Specification:
9797

98-
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99-
| ------------------------------------------------------------------------------------------------------------------------------------------------------- |--------------| ------------------------------------------------- |
100-
| 1.0.0 | 2022-10-04 | First release |
98+
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99+
|---------------------------------------|--------------|-------------|
100+
| 1.0.1 | 2022-10-10 | 2nd release |
101+
| 1.0.0 | 2022-10-04 | 1st release |
101102
OpenAPI Spec compatibility: 3.0.0 - 3.0.3
102103

103104
### [1.2 - Build Projects](#table-of-contents)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@
12671267
</repositories>
12681268
<properties>
12691269
<!-- RELEASE_VERSION -->
1270-
<revision>1.0.0</revision>
1270+
<revision>1.0.1</revision>
12711271
<!-- /RELEASE_VERSION -->
12721272
<maven.compiler.source>1.8</maven.compiler.source>
12731273
<maven.compiler.target>1.8</maven.compiler.target>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)