Skip to content

Commit c3d7c14

Browse files
authored
chore: fixup changelog (#509)
Adds link targets and dates
1 parent f69c11a commit c3d7c14

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGES.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [Unreleased]
44

55
### Added
66

@@ -13,7 +13,7 @@
1313
* Allow url encoded values for `query` in GET requests ([#504](https://github.com/stac-utils/stac-fastapi/pull/504))
1414
* Fix path in `register_update_item` docstring ([507](https://github.com/stac-utils/stac-fastapi/pull/507))
1515

16-
## [2.4.3]
16+
## [2.4.3] - 2022-11-25
1717

1818
### Added
1919

@@ -25,7 +25,7 @@
2525

2626
### Fixed
2727

28-
## [2.4.2]
28+
## [2.4.2] - 2022-11-25
2929

3030
### Added
3131

@@ -46,7 +46,7 @@
4646
* Fix pgstac backend for /queryables endpoint to return 404 for non-existent collections ([#482](https://github.com/stac-utils/stac-fastapi/pull/482))
4747
* `/collection/{collection_id}/items` endpoints now return geojson media type ([#488](https://github.com/stac-utils/stac-fastapi/pull/488))
4848

49-
## [2.4.1]
49+
## [2.4.1] - 2022-08-05
5050

5151
### Added
5252

@@ -58,7 +58,7 @@
5858

5959
* `ciso8601` fails to build in some environments, instead use `pyiso8601` to parse datetimes.
6060

61-
## [2.4.0]
61+
## [2.4.0] - 2022-08-04
6262

6363
### Added
6464

@@ -104,7 +104,7 @@
104104
* PGStac Backend Transactions endpoints return added Item/Collection instead of Item/Collection from request ([#424](https://github.com/stac-utils/stac-fastapi/pull/424))
105105
* Application no longer breaks on startup when pagination extension is not included ([#444](https://github.com/stac-utils/stac-fastapi/pull/444))
106106

107-
## [2.3.0]
107+
## [2.3.0] - 2022-01-18
108108

109109
### Added
110110

@@ -137,7 +137,7 @@
137137
* Expanded on tests to ensure properly testing get and post searches ([#318](https://github.com/stac-utils/stac-fastapi/pull/318))
138138
* Ensure invalid datetimes result in 400s ([#323](https://github.com/stac-utils/stac-fastapi/pull/323))
139139

140-
## [2.2.0]
140+
## [2.2.0] - 2021-10-19
141141

142142
### Added
143143

@@ -150,7 +150,7 @@
150150
* Update pgstac to 0.4.0 ([#308](https://github.com/stac-utils/stac-fastapi/pull/308))
151151
* Update get_item in sqlalchemy backend to allow for querying for items with same ids but in different collections. ([#275](https://github.com/stac-utils/stac-fastapi/pull/275))
152152

153-
## [2.1.1]
153+
## [2.1.1] - 2021-09-23
154154

155155
### Added
156156

@@ -167,7 +167,7 @@
167167
* Add `stac_version` to default search attributes ([#268](https://github.com/stac-utils/stac-fastapi/pull/268))
168168
* pgstac backend specifies collection_id when fetching a single item ([#279](https://github.com/stac-utils/stac-fastapi/pull/270))
169169

170-
## [2.1.0]
170+
## [2.1.0] - 2021-08-26
171171

172172
### Added
173173

@@ -197,17 +197,13 @@
197197
* Correct response codes for bad/unusable bboxes ([#235](https://github.com/stac-utils/stac-fastapi/pull/235))
198198
* Update pgstac to return 400 on invalid date parameter ([#240](https://github.com/stac-utils/stac-fastapi/pull/240))
199199

200-
## [2.0.0]
201-
202-
_2021-07_
200+
## [2.0.0] - 2021-07-26
203201

204202
* Refactor stac-fastapi into submodules ([#106](https://github.com/)stac-utils/stac-fastapi/pull/106)
205203
* Add pgstac backend ([#126](https://github.com/stac-utils/stac-fastapi/pull/126))
206204
* Upgrade to stac-pydantic 2.0.0 and stac-spec 1.0.0 ([#181](https://github.com/stac-utils/stac-fastapi/pull/181))
207205

208-
## [1.1.0]
209-
210-
_2021-01-28_
206+
## [1.1.0] - 2021-01-28
211207

212208
* Improve how the library declares API extensions ([#54](https://github.com/stac-utils/arturo-stac-api/pull/54))
213209
* Add postgres bulk transactions client ([#59](https://github.com/stac-utils/arturo-stac-api/pull/59))
@@ -216,12 +212,16 @@ _2021-01-28_
216212
* Remove postgres database connection from API layer ([#74](https://github.com/stac-utils/arturo-stac-api/pull/74))
217213
* Fix `pre-commit` config ([#75](https://github.com/stac-utils/arturo-stac-api/pull/75))
218214

219-
## [1.0.0]
220-
221-
_2020-09-25_
215+
## [1.0.0] - 2020-09-28
222216

223217
* First PyPi release!
224218

219+
[Unreleased]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.3..master>
220+
[2.4.3]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.2..2.4.3>
221+
[2.4.2]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.1..2.4.2>
222+
[2.4.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.4.0..2.4.1>
223+
[2.4.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.3.0..2.4.0>
224+
[2.3.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.2.0..2.3.0>
225225
[2.2.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.1..2.2.0>
226226
[2.1.1]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..2.1.1>
227227
[2.1.0]: <https://github.com/stac-utils/stac-fastapi/compare/2.1.0..main>

0 commit comments

Comments
 (0)