Skip to content

Commit 909debd

Browse files
committed
release 0.1.1
1 parent 695d6ea commit 909debd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022 Phil Varner
1+
Copyright 2022 Radiant Earth Foundation
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"
77
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"
1010
documentation = "https://stac-api-validator.readthedocs.io"
1111
classifiers = [
1212
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)