Skip to content

Commit a6d169d

Browse files
committed
release: v0.1.0
1 parent ff00c23 commit a6d169d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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).
5+
6+
## [Unreleased]
7+
8+
## [0.1.0] - 2024-11-27
9+
10+
Initial release.
11+
12+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.1.0...main
13+
[0.1.0]: https://github.com/stac-utils/stac-rs/releases/tag/v0.1.0
14+
15+
<!-- markdownlint-disable-file MD024 -->

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
[project]
22
name = "pgstacrs"
3+
description = "Python async API for pgstac, backed by Rust"
4+
readme = "README.md"
35
requires-python = ">=3.8"
6+
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
7+
keywords = ["stac", "geospatial", "postgres", "pgstac"]
48
classifiers = [
59
"Programming Language :: Rust",
610
"Programming Language :: Python :: Implementation :: CPython",
711
"Programming Language :: Python :: Implementation :: PyPy",
812
]
913
dynamic = ["version"]
1014

15+
[project.urls]
16+
Github = "https://github.com/stac-utils/pgstacrs"
17+
Docs = "https://stac-utils.github.io/pgstacrs/"
18+
Issues = "https://github.com/stac-utils/pgstacrs/issues"
19+
1120
[dependency-groups]
1221
dev = [
1322
"pytest-asyncio>=0.24.0",

0 commit comments

Comments
 (0)