Skip to content

Commit 0dd79f6

Browse files
authored
Merge pull request OAI#1430 from OAI/release-prep
Release Prep
2 parents c85cff7 + 8b7a326 commit 0dd79f6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
![](https://avatars3.githubusercontent.com/u/16343502?v=3&s=200)
66

7-
**This is the WIP branch for the next patch version of the spec - 3.0.1. Patch level corrections should be submitted against this branch, specifically against [3.0.1.md](https://github.com/OAI/OpenAPI-Specification/blob/v3.0.1/versions/3.0.1.md).**
8-
97
The OpenAPI Specification is a community-driven open specification within the [Open API Initiative](https://www.openapis.org/), a Linux Foundation Collaborative Project.
108

119
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for [REST APIs](https://en.wikipedia.org/wiki/Representational_state_transfer), which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interface descriptions have done for lower-level programming, the OpenAPI Specification removes guesswork in calling a service.
@@ -16,9 +14,9 @@ The OpenAPI Specification does not require rewriting existing APIs. It does not
1614

1715
This GitHub project is the starting point for OpenAPI. Here you will find the information you need about the OpenAPI Specification, simple examples of what it looks like, and some general information regarding the project.
1816

19-
## Current Version - 3.0
17+
## Current Version - 3.0.1
2018

21-
The current version of the OpenAPI specification is [OpenAPI Specification 3.0](versions/3.0.0.md).
19+
The current version of the OpenAPI specification is [OpenAPI Specification 3.0.1](versions/3.0.1.md).
2220

2321
### Future Versions
2422

@@ -49,7 +47,7 @@ The TSC holds weekly web conferences to review open pull requests and discuss op
4947

5048
The Open API Initiative encourages participation from individuals and companies alike. If you want to participate in the evolution of the OpenAPI Specification, consider taking the following actions:
5149

52-
* Review the [current specification](versions/3.0.0.md). The human-readable markdown file _is the source of truth_ for the specification.
50+
* Review the [current specification](versions/3.0.1.md). The human-readable markdown file _is the source of truth_ for the specification.
5351
* Review the [development](DEVELOPMENT.md) process so you understand how the spec is evolving.
5452
* Check the [issues](https://github.com/OAI/OpenAPI-Specification/issues) and [pull requests](https://github.com/OAI/OpenAPI-Specification/pulls) to see if someone has already documented your idea or feedback on the specification. You can follow an existing conversation by adding a comment to the existing issue or PR.
5553
* Create an issue to describe a new concern. If possible, propose a solution.

Diff for: versions/3.0.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ Two examples of this:
33683368

33693369
Version | Date | Notes
33703370
--- | --- | ---
3371-
3.0.1 | TBA | TBA
3371+
3.0.1 | 2017-12-06 | Patch release of the OpenAPI Specification 3.0.1
33723372
3.0.0 | 2017-07-26 | Release of the OpenAPI Specification 3.0.0
33733373
3.0.0-rc2 | 2017-06-16 | rc2 of the 3.0 specification
33743374
3.0.0-rc1 | 2017-04-27 | rc1 of the 3.0 specification

0 commit comments

Comments
 (0)