Skip to content

Commit 73522af

Browse files
author
Phil Varner
committed
pre-release prep for 3.0.0
1 parent 51880d8 commit 73522af

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - TBD
8+
## [3.0.0] - 2023-11-09
99

1010
### Changed
1111

@@ -374,7 +374,8 @@ Initial release, forked from [sat-api](https://github.com/sat-utils/sat-api/tree
374374

375375
Compliant with STAC 0.9.0
376376

377-
[Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.4.0...main
377+
<!-- [Unreleased]: https://github.com/stac-utils/stac-api/compare/v2.4.0...main -->
378+
[3.0.0]: https://github.com/stac-utils/stac-api/compare/v2.4.0...v3.0.0
378379
[2.4.0]: https://github.com/stac-utils/stac-api/compare/v2.3.0...v2.4.0
379380
[2.3.0]: https://github.com/stac-utils/stac-api/compare/v2.2.3...v2.3.0
380381
[2.2.3]: https://github.com/stac-utils/stac-api/compare/v2.2.2...v2.2.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [Overview](#overview)
77
- [Architecture](#architecture)
88
- [Migration](#migration)
9-
- [Unreleased](#unreleased)
9+
- [3.0.0](#300)
1010
- [Node 18 update](#node-18-update)
1111
- [2.4.0](#240)
1212
- [OpenSearch Version 2.9](#opensearch-version-29)
@@ -135,7 +135,7 @@ apiLambda --> opensearch
135135

136136
## Migration
137137

138-
### Unreleased
138+
### 3.0.0
139139

140140
#### Node 18 update
141141

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"displayName": "stac-server",
33
"description": "A STAC API running on stac-server",
4-
"version": "2.4.0",
4+
"version": "3.0.0",
55
"repository": "https://github.com/stac-utils/stac-server",
6-
"author": "Alireza Jazayeri, Matthew Hanson <matt.a.hanson@gmail.com>, Sean Harkins",
6+
"author": "Alireza Jazayeri, Matthew Hanson, Sean Harkins, Phil Varner",
77
"license": "MIT",
88
"type": "module",
99
"moduleDirectories": [

0 commit comments

Comments
 (0)