Skip to content

Commit 83b2f8b

Browse files
authored
release: v0.4.8 (#433)
1 parent 8d61e91 commit 83b2f8b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.8] - 2023-06-01
11+
1012
### Added
1113

1214
- `--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)
387389
- `stac.cli.command.layout` for modifying the layout of STACs
388390
- `stac.browse` for launching a local instance of stac-browser using docker.
389391

390-
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.7..main>
392+
[Unreleased]: <https://github.com/stac-utils/stactools/compare/v0.4.8..main>
393+
[0.4.8]: <https://github.com/stac-utils/stactools/compare/v0.4.7..v0.4.8>
391394
[0.4.7]: <https://github.com/stac-utils/stactools/compare/v0.4.6..v0.4.7>
392395
[0.4.6]: <https://github.com/stac-utils/stactools/compare/v0.4.5..v0.4.6>
393396
[0.4.5]: <https://github.com/stac-utils/stactools/compare/v0.4.4..v0.4.5>

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ To release a new version of **stactools** or a [stactools-package](https://githu
2929
4. Update the `[Unreleased]` link at the bottom of the page to start at your new release.
3030
5. Audit your new section of the CHANGELOG to ensure all relevant changes are captured.
3131
8. Open a pull request for your branch.
32-
Include a "Release summary" section which includes the contents of your section of the CHANGELOG.
3332
9. Once approved, merge the branch.
3433
10. Create an **annotated** tag at the new **main** HEAD named `vX.X.X`, e.g. `v0.3.0`.
3534
11. Push your tag.
@@ -42,6 +41,6 @@ To release a new version of **stactools** or a [stactools-package](https://githu
4241

4342
Yes, **stactools-packages** should follow their own release schedule, as their stability tied to **stactools** itself.
4443

45-
### Is there a roadmap for stac-utils 1.0?
44+
### Is there a roadmap for stactools 1.0?
4645

4746
Not at this time.

src/stactools/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"move_all_assets",
2525
"use_fsspec",
2626
]
27-
__version__ = "0.4.7"
27+
__version__ = "0.4.8"

0 commit comments

Comments
 (0)