File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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.
31318 . Open a pull request for your branch.
32- Include a "Release summary" section which includes the contents of your section of the CHANGELOG.
33329 . Once approved, merge the branch.
343310 . Create an ** annotated** tag at the new ** main** HEAD named ` vX.X.X ` , e.g. ` v0.3.0 ` .
353411 . Push your tag.
@@ -42,6 +41,6 @@ To release a new version of **stactools** or a [stactools-package](https://githu
4241
4342Yes, ** 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
4746Not at this time.
Original file line number Diff line number Diff line change 2424 "move_all_assets" ,
2525 "use_fsspec" ,
2626]
27- __version__ = "0.4.7 "
27+ __version__ = "0.4.8 "
You can’t perform that action at this time.
0 commit comments