File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.1] - 2022-10-11
9+
10+ Release is primarily to publish to Read the Docs as a version.
11+
12+ ### Changed
13+
14+ - Upgraded several minor dependency versions.
15+ - Fixed copyright holder in the License to Radiant Earth Foundation.
16+
817## [ 0.1.0] - 2022-10-06
918
1019### Added
Original file line number Diff line number Diff line change 1- Copyright 2022 Phil Varner
1+ Copyright 2022 Radiant Earth Foundation
22
33Licensed under the Apache License, Version 2.0 (the "License");
44you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
77readme = " README.md"
8- homepage = " https://github.com/philvarner /stac-api-validator"
9- repository = " https://github.com/philvarner /stac-api-validator"
8+ homepage = " https://github.com/stac-utils /stac-api-validator"
9+ repository = " https://github.com/stac-utils /stac-api-validator"
1010documentation = " https://stac-api-validator.readthedocs.io"
1111classifiers = [
1212 " Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments