Skip to content

Commit b9fa617

Browse files
Merge pull request #154 from stac-utils/feature/changelog-format
update changelog format
2 parents 1417932 + 81fc109 commit b9fa617

File tree

1 file changed

+37
-38
lines changed

1 file changed

+37
-38
lines changed

Diff for: CHANGELOG.txt renamed to CHANGELOG.md

+37-38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.1.0 (2024-05-21)
2-
-----------------
1+
## 3.1.0 (2024-05-21)
2+
33
- Allow extra fields in Links (#144, @jonhealy1)
44
- Remove the deprecated `Context` extension (#138, @vincentsarago)
55
- Rename `stac_pydantic.api.conformance.ConformanceClasses` to `stac_pydantic.api.conformance.Conformance`
@@ -15,36 +15,35 @@
1515
- make `limit` optional in `api.Search` model (#150, @vincentsarago)
1616
- set `start/end datetime` to the datetime value when passing only one value in `api.Search` (#152, @vincentsarago)
1717

18-
3.0.0 (2024-01-25)
19-
------------------
18+
## 3.0.0 (2024-01-25)
19+
2020
- Support pydantic>2.0 (@huard)
2121

22-
2.0.3 (2022-5-3)
23-
------------------
22+
## 2.0.3 (2022-5-3)
23+
2424
- Allow item bbox to be null if item geometry is null (#108, @yellowcap)
2525
- Include 'children' link relation (#112, @moradology)
2626

27-
2.0.2 (2021-11-22)
28-
------------------
27+
## 2.0.2 (2021-11-22)
28+
2929
- Remove fields added by STAC API search extensions (#100, @rsmith013 & @moradology)
3030
- Add ExtendedSearch class with fields from STAC API search extensions (#100, @rsmith013 & @moradology)
3131
- Allow for non-ellipsis open temporal windows (#103, @moradology)
3232
- Add the canonical and service-doc relation types (#104, @moradology)
3333

34-
2.0.1 (2021-07-08)
35-
------------------
34+
## 2.0.1 (2021-07-08)
35+
3636
- Add bbox validator to STAC search (#95, @geospatialjeff)
3737
- Fix LandPage to make valid STAC 1.0 catalog (#96, @lossyrob)
3838

39-
2.0.0 (2020-06-29)
40-
------------------
39+
## 2.0.0 (2020-06-29)
40+
4141
- Add Collections model (#81, @moradology)
4242
- Update to stac version 1.0.0 (#86, @moradology)
4343
- Remove models for STAC spec extensions (#86, @moradology)
4444
- Add conformsTo to LandingPage (#90, @moradology)
4545

46-
1.3.9 (2021-03-02)
47-
------------------
46+
## 1.3.9 (2021-03-02)
4847

4948
- Add id to landing page, making it a valid catalog (#43, @lossyrob)
5049
- Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron)
@@ -55,8 +54,8 @@
5554
- Switch from relative to absolute imports (#61)
5655
- Serialize date type fields to `datetime.datetime` upon model creation (#62)
5756

58-
1.3.9 (2020-03-02)
59-
------------------
57+
## 1.3.9 (2020-03-02)
58+
6059
- Add id to landing page, making it a valid catalog (#43, @lossyrob)
6160
- Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron)
6261
- Add pre-commit to CI (#48, @kylebarron)
@@ -66,60 +65,60 @@
6665
- Switch from relative to absolute imports (#61)
6766
- Serialize date type fields to `datetime.datetime` upon model creation (#62)
6867

69-
1.3.8 (2020-11-21)
70-
------------------
68+
## 1.3.8 (2020-11-21)
69+
7170
- Remove enum restriction for asset roles (#39).
7271
- Remove enum restriction for band common name (#40).
7372

74-
1.3.7 (2020-11-15)
75-
------------------
73+
## 1.3.7 (2020-11-15)
74+
7675
- Rename `proj` extension to `projection` (#34).
7776
- Remove `stac_extensions` enum requirement (#35).
7877

79-
1.3.6 (2020-09-11)
80-
------------------
78+
## 1.3.6 (2020-09-11)
79+
8180
- Publish mypy type hints (#30)
8281
- Correct Cloud Optimized GeoTiff mime type (#31)
8382

84-
1.3.5 (2020-09-09)
85-
------------------
83+
## 1.3.5 (2020-09-09)
84+
8685
- Add `created` and `updated` to stac common metadata, fix aliases. (#28)
8786

88-
1.3.4 (2020-09-09)
89-
------------------
87+
## 1.3.4 (2020-09-09)
88+
9089
- Update to stac version 1.0.0-beta.2 (#26)
9190

92-
1.2.4 (2020-09-08)
93-
------------------
91+
## 1.2.4 (2020-09-08)
92+
9493
- Update to stac version 1.0.0-beta.1 (#24)
9594

96-
1.1.4 (2020-08-18)
97-
------------------
95+
## 1.1.4 (2020-08-18)
96+
9897
- Fix multiple inheritance of stac extensions (#20)
9998
- Properly instantiate lru_cache (found by @francbartoli, #21)
10099

101-
1.1.3 (2020-08-10)
102-
------------------
100+
## 1.1.3 (2020-08-10)
101+
103102
- Add item model factory (#13)
104103
- Add pre-commit hooks (#14)
105104
- Add CLI for validating items (#15)
106105
- Add option to skip validation of remote extensions (#16)
107106
- Add helper function for item validation (#17)
108107

109108

110-
1.0.3 (2020-06-03)
111-
------------------
109+
## 1.0.3 (2020-06-03)
110+
112111
- Bugfixes (#10)
113112
- Add rel types enum (#11)
114113

115114

116-
1.0.2 (2020-06-02)
117-
------------------
115+
## 1.0.2 (2020-06-02)
116+
118117
- Add models for the STAC API spec (#7)
119118

120119

121-
1.0.1 (2020-05-21)
122-
------------------
120+
## 1.0.1 (2020-05-21)
121+
123122
- Allow extra asset-level fields (#1)
124123
- Fix population by field name model config, allowing model creation without extension namespaces (#2)
125124
- Add enum of commonly used asset media types (#3)

0 commit comments

Comments
 (0)