From 83b2f8b584ffc37c65a948ea2babf36c05a7ce8b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 1 Jun 2023 08:49:15 -0600 Subject: [PATCH] release: v0.4.8 (#433) --- CHANGELOG.md | 5 ++++- RELEASING.md | 3 +-- src/stactools/core/__init__.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25500dd1..b6b70d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.8] - 2023-06-01 + ### Added - `--no-resolve-links` to the copy command ([#430](https://github.com/stac-utils/stactools/pull/430)) @@ -387,7 +389,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9) - `stac.cli.command.layout` for modifying the layout of STACs - `stac.browse` for launching a local instance of stac-browser using docker. -[Unreleased]: +[Unreleased]: +[0.4.8]: [0.4.7]: [0.4.6]: [0.4.5]: diff --git a/RELEASING.md b/RELEASING.md index 888c4b55..0a680880 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -29,7 +29,6 @@ To release a new version of **stactools** or a [stactools-package](https://githu 4. Update the `[Unreleased]` link at the bottom of the page to start at your new release. 5. Audit your new section of the CHANGELOG to ensure all relevant changes are captured. 8. Open a pull request for your branch. - Include a "Release summary" section which includes the contents of your section of the CHANGELOG. 9. Once approved, merge the branch. 10. Create an **annotated** tag at the new **main** HEAD named `vX.X.X`, e.g. `v0.3.0`. 11. Push your tag. @@ -42,6 +41,6 @@ To release a new version of **stactools** or a [stactools-package](https://githu Yes, **stactools-packages** should follow their own release schedule, as their stability tied to **stactools** itself. -### Is there a roadmap for stac-utils 1.0? +### Is there a roadmap for stactools 1.0? Not at this time. diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index 5ebce550..4c6326e2 100644 --- a/src/stactools/core/__init__.py +++ b/src/stactools/core/__init__.py @@ -24,4 +24,4 @@ "move_all_assets", "use_fsspec", ] -__version__ = "0.4.7" +__version__ = "0.4.8"