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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ 0.1.0] - 2022-10-06
9
18
10
19
### Added
Original file line number Diff line number Diff line change 1
- Copyright 2022 Phil Varner
1
+ Copyright 2022 Radiant Earth Foundation
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " STAC API Validator"
5
5
authors = [
" Phil Varner <[email protected] >" ]
6
6
license = " Apache-2.0"
7
7
readme = " 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"
10
10
documentation = " https://stac-api-validator.readthedocs.io"
11
11
classifiers = [
12
12
" Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments