Skip to content

Commit 06301d4

Browse files
committed
Update version number to follow STAC API
1 parent fc65758 commit 06301d4

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Fixed
1818

19-
[Unreleased]: <https://github.com/stac-api-extensions/language/compare/v1.0.0...HEAD>
19+
## [v1.0.0-rc.2] - 2023-03-29
20+
21+
- First release of this extension
22+
23+
[Unreleased]: <https://github.com/stac-api-extensions/language/compare/v1.0.0-rc.2...HEAD>
24+
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/language/tree/v1.0.0-rc.2>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- **Title:** Language (I18N)
44
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
55
- **Conformance Classes:**
6-
- <https://api.stacspec.org/v1.0.0/language>
6+
- <https://api.stacspec.org/v1.0.0-rc.2/language>
77
- **Scope:** STAC API - Core
88
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Proposal
99
- **Dependencies:**
@@ -16,7 +16,7 @@ which defines how to make multi-lingual STAC APIs available.
1616

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

2121
This specification aligns as much as possible with
2222
[OGC API - Features](http://docs.opengeospatial.org/DRAFTS/17-069r4.html#string_i18n) and
@@ -116,7 +116,7 @@ Content-Language: en-US
116116
],
117117
"conformsTo" : [
118118
"https://api.stacspec.org/v1.0.0-rc.2/core",
119-
"https://api.stacspec.org/v1.0.0/language"
119+
"https://api.stacspec.org/v1.0.0-rc.2/language"
120120
],
121121
"links": [
122122
{

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
This components defined in this extension are not restricted to the exemplary
88
endpoint defined below. For example, this extension works well with
99
STAC API - Features and STAC API - Item Search.
10-
version: '1.0.0'
10+
version: '1.0.0-rc.2'
1111
contact:
1212
name: STAC Specification
1313
url: 'http://stacspec.org'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stac-api-language-extension-spec",
3-
"version": "1.0.0",
3+
"version": "1.0.0-rc.2",
44
"description": "STAC API helpers to check the API spec.",
55
"repository": "https://github.com/stac-api-extensions/sort",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)