File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
1717The 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
2121This 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 {
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments