File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed 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
16
16
17
17
### Fixed
18
18
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 3
3
- ** Title:** Language (I18N)
4
4
- ** OpenAPI specification:** [ openapi.yaml] ( openapi.yaml )
5
5
- ** Conformance Classes:**
6
- - < https://api.stacspec.org/v1.0.0/language >
6
+ - < https://api.stacspec.org/v1.0.0-rc.2 /language >
7
7
- ** Scope:** STAC API - Core
8
8
- ** [ Extension Maturity Classification] ( https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification ) :** Proposal
9
9
- ** Dependencies:**
@@ -16,7 +16,7 @@ which defines how to make multi-lingual STAC APIs available.
16
16
17
17
The focus of this extension is to add API specific behavior on top of the
18
18
[ 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.
20
20
21
21
This specification aligns as much as possible with
22
22
[ OGC API - Features] ( http://docs.opengeospatial.org/DRAFTS/17-069r4.html#string_i18n ) and
@@ -116,7 +116,7 @@ Content-Language: en-US
116
116
],
117
117
"conformsTo" : [
118
118
" 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"
120
120
],
121
121
"links" : [
122
122
{
Original file line number Diff line number Diff line change 7
7
This components defined in this extension are not restricted to the exemplary
8
8
endpoint defined below. For example, this extension works well with
9
9
STAC API - Features and STAC API - Item Search.
10
- version : ' 1.0.0'
10
+ version : ' 1.0.0-rc.2 '
11
11
contact :
12
12
name : STAC Specification
13
13
url : ' http://stacspec.org'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stac-api-language-extension-spec" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.0-rc.2 " ,
4
4
"description" : " STAC API helpers to check the API spec." ,
5
5
"repository" : " https://github.com/stac-api-extensions/sort" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments