Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Mar 11, 2024
1 parent d014eb3 commit 48d7ab9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
## [v1.1.0] - 2024-03-11

### Changed

- Required properties of type `string` require a minimum length of `1`.

### Deprecated
- Updated to "Pilot" maturity
- Required properties of type `string` require a minimum length of `1`
- `pc:schemas` is no longer required

### Removed

- `pc:encoding` because there is an encoding key in the asset

### Fixed

- Fixed JSON Schema, which allowed pointcloud fields in the top-level of Collections
Expand All @@ -24,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[Unreleased]: <https://github.com/stac-extensions/pointcloud/compare/v1.0.0...HEAD>
[Unreleased]: <https://github.com/stac-extensions/pointcloud/compare/v1.1.0...HEAD>
[v1.1.0]: <https://github.com/stac-extensions/pointcloud/compare/v1.0.0...v1.1.0>
[v1.0.0]: <https://github.com/stac-extensions/pointcloud/tree/v1.0.0>

0 comments on commit 48d7ab9

Please sign in to comment.