Skip to content

Commit

Permalink
Update version number to follow STAC API
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 29, 2023
1 parent fc65758 commit 06301d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

[Unreleased]: <https://github.com/stac-api-extensions/language/compare/v1.0.0...HEAD>
## [v1.0.0-rc.2] - 2023-03-29

- First release of this extension

[Unreleased]: <https://github.com/stac-api-extensions/language/compare/v1.0.0-rc.2...HEAD>
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/language/tree/v1.0.0-rc.2>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- **Title:** Language (I18N)
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
- **Conformance Classes:**
- <https://api.stacspec.org/v1.0.0/language>
- <https://api.stacspec.org/v1.0.0-rc.2/language>
- **Scope:** STAC API - Core
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Proposal
- **Dependencies:**
Expand All @@ -16,7 +16,7 @@ which defines how to make multi-lingual STAC APIs available.

The focus of this extension is to add API specific behavior on top of the
[language extension for STAC itself](https://github.com/stac-api-extensions/language).
So there's a *STAC* Language extension **and** a *STAC API* Langauge extension.
So there's a *STAC* Language extension **and** a *STAC API* Language extension.

This specification aligns as much as possible with
[OGC API - Features](http://docs.opengeospatial.org/DRAFTS/17-069r4.html#string_i18n) and
Expand Down Expand Up @@ -116,7 +116,7 @@ Content-Language: en-US
],
"conformsTo" : [
"https://api.stacspec.org/v1.0.0-rc.2/core",
"https://api.stacspec.org/v1.0.0/language"
"https://api.stacspec.org/v1.0.0-rc.2/language"
],
"links": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
This components defined in this extension are not restricted to the exemplary
endpoint defined below. For example, this extension works well with
STAC API - Features and STAC API - Item Search.
version: '1.0.0'
version: '1.0.0-rc.2'
contact:
name: STAC Specification
url: 'http://stacspec.org'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stac-api-language-extension-spec",
"version": "1.0.0",
"version": "1.0.0-rc.2",
"description": "STAC API helpers to check the API spec.",
"repository": "https://github.com/stac-api-extensions/sort",
"license": "Apache-2.0",
Expand Down

0 comments on commit 06301d4

Please sign in to comment.