Skip to content

Commit 915be04

Browse files
authored
Update version numbers, v1.1.0 (#13)
1 parent 47c7997 commit 915be04

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.1.0] - 2025-06-13
11+
1012
### Added
1113

1214
- Sortables (e.g. endpoint `GET /sortables`)
@@ -223,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223225
See the [stac-spec CHANGELOG](https://github.com/radiantearth/stac-spec/blob/v0.9.0/CHANGELOG.md)
224226
for STAC API releases prior to or equal to version 0.9.0.
225227

226-
[Unreleased]: <https://github.com/stac-api-extensions/sort/compare/v1.0.0..main>
228+
[Unreleased]: <https://github.com/stac-api-extensions/sort/compare/v1.1.0..main>
229+
[v1.1.0]: <https://github.com/stac-api-extensions/sort/tree/v1.1.0>
227230
[v1.0.0]: <https://github.com/stac-api-extensions/sort/tree/v1.0.0>
228231
[v1.0.0-rc.2]: <https://github.com/stac-api-extensions/sort/tree/v1.0.0-rc.2>
229232
[v1.0.0-rc.1]: <https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1>

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
- **Title:** Sort
1212
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
1313
- **Conformance Classes:**
14-
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.0.0/item-search#sort>
15-
- **STAC API - Features** binding: <https://api.stacspec.org/v1.0.0/ogcapi-features#sort>
16-
- **STAC API - Collection Search** binding: <https://api.stacspec.org/v1.0.0-rc.1/collection-search#sort>
14+
- **STAC API - Item Search** binding: <https://api.stacspec.org/v1.1.0/item-search#sort>
15+
- **STAC API - Features** binding: <https://api.stacspec.org/v1.1.0/ogcapi-features#sort>
16+
- **STAC API - Collection Search** binding: <https://api.stacspec.org/v1.1.0/collection-search#sort>
1717
- **Scope:** STAC API - Features, STAC API - Item Search, STAC API - Collection Search
1818
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Stable
1919
- **Dependencies:**
@@ -126,9 +126,9 @@ All Sortables endpoints SHALL be referenced with a link with the link relation t
126126

127127
| Sortables Endpoint | Endpoint linking to the Sortables Endpoint | Conformance class | Applicable `sortby` endpoints |
128128
| ----------------------------------------------------------- | ------------------------------------------ | ------------------------------------------------------------------ | --------------------------------------- |
129-
| `GET /sortables` | `GET /` | `https://api.stacspec.org/v1.0.0/item-search#sortables` | `GET /search` and `POST /search` |
129+
| `GET /sortables` | `GET /` | `https://api.stacspec.org/v1.1.0/item-search#sortables` | `GET /search` and `POST /search` |
130130
| `GET /collections/{collectionId}/sortables` | `GET /collections/{collectionId}` | `http://www.opengis.net/spec/ogcapi-features-5/1.0/conf/sortables` | `GET /collections/{collectionId}/items` |
131-
| `GET /...` (*Endpoint name to be chosen by implementation*) | `GET /collections` | `https://api.stacspec.org/v1.0.0-rc.1/collection-search#sortables` | `GET /collections/{collectionId}/items` |
131+
| `GET /...` (*Endpoint name to be chosen by implementation*) | `GET /collections` | `https://api.stacspec.org/v1.1.0/collection-search#sortables` | `GET /collections/{collectionId}/items` |
132132

133133
An example for a link to the sortables endpoint could be:
134134

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: The SpatioTemporal Asset Catalog API - Sort
44
description: Adds Parameter to control sorting of returns results.
5-
version: 1.0.0
5+
version: 1.1.0
66
contact:
77
name: STAC Specification
88
url: 'http://stacspec.org'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-sort-extension-spec",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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)