diff --git a/.github/sponsors/speakeasy-github-sponsor-dark.svg b/.github/sponsors/speakeasy-github-sponsor-dark.svg deleted file mode 100644 index 7c4eba28a..000000000 --- a/.github/sponsors/speakeasy-github-sponsor-dark.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.github/sponsors/speakeasy-github-sponsor-light.svg b/.github/sponsors/speakeasy-github-sponsor-light.svg deleted file mode 100644 index fd179ec61..000000000 --- a/.github/sponsors/speakeasy-github-sponsor-light.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 976075c00..0709ae7c5 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,7 @@ Licensed under the [MIT License](./LICENSE). ## Contributors, users and sponsors The project has received pull requests [from many people](https://github.com/getkin/kin-openapi/graphs/contributors). Thanks to everyone! -Be sure to [give back to this project](https://github.com/sponsors/fenollp) like our sponsors: - -

- - - - - Speakeasy logo - - -

+Please, [give back to this project](https://github.com/sponsors/fenollp) by becoming a sponsor. Here's some projects that depend on _kin-openapi_: * [github.com/a-h/rest](https://github.com/a-h/rest) - "Generate OpenAPI 3.0 specifications from Go code without annotations or magic comments" @@ -303,6 +293,9 @@ for _, path := range doc.Paths.InMatchingOrder() { ## CHANGELOG: Sub-v1 breaking API changes +### v0.127.0 +* Downgraded `github.com/gorilla/mux` dep from `1.8.1` to `1.8.0`. + ### v0.126.0 * `openapi3.CircularReferenceError` and `openapi3.CircularReferenceCounter` are removed. `openapi3.Loader` now implements reference backtracking, so any kind of circular references should be properly resolved. * `InternalizeRefs` now takes a refNameResolver that has access to `openapi3.T` and more properties of the reference needing resolving.