Skip to content

Commit bdea3ad

Browse files
committed
Update CHANGELOG for 1.0.0-beta.3
1 parent 0f78f42 commit bdea3ad

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
### Removed
12+
13+
## [1.0.0-beta.3]
14+
15+
### Added
16+
717
- Summaries for View Geometry, Projection, and Scientific extensions ([#372](https://github.com/stac-utils/pystac/pull/372))
818
- Raster extension support ([#364](https://github.com/stac-utils/pystac/issues/364))
919
- solar_illumination field in eo extension ([#356](https://github.com/stac-utils/pystac/issues/356))
1020
- Added `Link.canonical` static method for creating links with "canonical" rel type ([#351](https://github.com/stac-utils/pystac/pull/351))
1121
- Added `RelType` enum containing common `rel` values ([#351](https://github.com/stac-utils/pystac/pull/351))
1222
- Added support for summaries ([#264](https://github.com/stac-utils/pystac/pull/264))
1323

14-
### Changed
15-
1624
### Fixed
1725

1826
- Links to STAC Spec point to latest supported version ([#368](https://github.com/stac-utils/pystac/pull/368))
@@ -326,7 +334,8 @@ use `Band.create`
326334

327335
Initial release.
328336

329-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..main>
337+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..main>
338+
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>
330339
[v1.0.0-beta.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2>
331340
[v1.0.0-beta.1]: <https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1>
332341
[v0.5.6]: <https://github.com/stac-utils/pystac/compare/v0.5.5..v0.5.6>

0 commit comments

Comments
 (0)