Skip to content

Commit e85a10d

Browse files
m-mohrjlaura
authored andcommitted
Updated version number to v1.1.0 for the next release (#17)
1 parent 6f07dc2 commit e85a10d

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [v1.1.0] - 2023-02-10
9+
## [v1.1.0] - 2023-02-08
1010

1111
### Added
1212

@@ -17,10 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- `proj:epsg` is not required in Item properties anymore. `proj:epsg` is recommended now, but not required in any scope.
1818
- Updated the PROJJSON schema to v0.5
1919

20-
### Deprecated
21-
22-
### Removed
23-
2420
### Fixed
2521

2622
- Added missing scope "Collection" to Readme. The scope was already supported in JSON Schemas.
@@ -32,6 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3228

3329
Initial independent release, see [previous history](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.2/extensions/projection)
3430

35-
[Unreleased]: <https://github.com/stac-extensions/projection/compare/v1.1.0...HEAD>
31+
[Unreleased]: <https://github.com/stac-extensions/projection/compare/v1.0.0...HEAD>
3632
[v1.1.0]: <https://github.com/stac-extensions/projection/compare/v1.0.0...v1.1.0>
3733
[v1.0.0]: <https://github.com/stac-extensions/projection/tree/v1.0.0>

examples/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/projection/v1.0.0/schema.json"
4+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
55
],
66
"type": "Feature",
77
"id": "20201211_223832_CS2_A",

examples/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stac_version": "1.0.0",
33
"stac_extensions": [
4-
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
4+
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
55
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
66
],
77
"type": "Collection",

json-schema/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/projection/v2.0.0/schema.json",
3+
"$id": "https://stac-extensions.github.io/projection/v1.1.0/schema.json",
44
"title": "Projection Extension",
55
"description": "STAC Projection Extension for STAC Items.",
66
"$comment": "This schema succeeds if the proj: fields are not used at all, please keep this in mind.",

0 commit comments

Comments
 (0)