Skip to content

Commit ca75881

Browse files
authored
docs: Clarified the status of version 3.2 and added information about version 3.3
1 parent 710094e commit ca75881

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Exceptions may be made when links to external URLs have been changed by a 3rd pa
1010

1111
Published versions of the specification are in the `versions/` folder.
1212
The under-development versions of the specification are in the file `src/oas.md` on the appropriately-versioned branch.
13-
For example, work on the next release for 3.2 is on `v3.2-dev` in the file `src/oas.md`.
13+
For example, work on the next patch release for 3.2 is on `v3.2-dev` in the file `src/oas.md`, and work on the next minor release with additional features for 3.3 is on `v3.3-dev`.
1414

1515
The [spec site](https://spec.openapis.org) is the source of truth for the OpenAPI specification as it contains all the citations and author credits (the markdown in this repository was previously the authoritative version until 2024).
1616

@@ -24,7 +24,8 @@ The current active specification releases are:
2424
| Version | Branch | Notes |
2525
| ------- | ------ | ----- |
2626
| 3.1.2 | `v3.1-dev` | active patch release line |
27-
| 3.2.0 | `v3.2-dev` | minor release in development |
27+
| 3.2.0 | `v3.2-dev` | active patch release line |
28+
| 3.3.0 | `v3.3-dev` | minor release in development |
2829
| 4.0.0 | [OAI/sig-moonwalk](https://github.com/OAI/sig-moonwalk) | [discussions only](https://github.com/OAI/sig-moonwalk/discussions) |
2930

3031

0 commit comments

Comments
 (0)