Skip to content

Commit

Permalink
Create 0.9.0 release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo authored Oct 9, 2024
1 parent 331b4e8 commit 08aed56
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## Unreleased
## [Unreleased]

## [0.9.0] (2024-10-09)

### Added

- Add "L4C" as a valid value for the `doi` input, for convenience
([#90](https://github.com/MAAP-Project/gedi-subsetter/issues/90))

## 0.8.0 (2024-08-13)
## [0.8.0] (2024-08-13)

### Fixed

Expand Down Expand Up @@ -56,7 +58,7 @@ The format is based on [Keep a Changelog], and this project adheres to
defaulting to the number of available CPUs
([#77](https://github.com/MAAP-Project/gedi-subsetter/issues/77))

## 0.7.0 (2024-04-23)
## [0.7.0] (2024-04-23)

### Added

Expand All @@ -75,22 +77,22 @@ The format is based on [Keep a Changelog], and this project adheres to
GEDI collections are now cloud-hosted, and granules are now downloaded from
the cloud rather than from DAAC servers.

## 0.6.2 (2023-12-05)
## [0.6.2] (2023-12-05)

### Fixed

- Updated to use v3.1.3 of maap-py in environment-maappy.yml. Previous versions
of maap-py were using the deprecated MAAP Query Service API endpoint.

## 0.6.1 (2023-09-28)
## [0.6.1] (2023-09-28)

### Fixed

- [#49](https://github.com/MAAP-Project/gedi-subsetter/issues/49) Remove all API
URLs that contain ops as they have now been retired (e.g.,
api.ops.maap-project.org).

## 0.6.0 (2023-06-02)
## [0.6.0] (2023-06-02)

### Fixed

Expand Down Expand Up @@ -132,7 +134,7 @@ The format is based on [Keep a Changelog], and this project adheres to
the output file, rather than hard-code the name to `gedi-subset.gpkg`. See
`docs/MAAP_USAGE.md` for more information.

## 0.5.0 (2023-04-11)
## [0.5.0] (2023-04-11)

### Changed

Expand All @@ -141,14 +143,14 @@ The format is based on [Keep a Changelog], and this project adheres to
wish to query the MAAP CMR until it is taken down, you may still use an
earlier version of this algorithm (ideally, 0.4.0).

## 0.4.0 (2022-11-14)
## [0.4.0] (2022-11-14)

### Added

- [#6](https://github.com/MAAP-Project/gedi-subsetter/issues/6): Allow user to
specify which BEAMs to subset

## 0.3.0 (2022-11-10)
## [0.3.0] (2022-11-10)

### Fixed

Expand All @@ -172,7 +174,7 @@ The format is based on [Keep a Changelog], and this project adheres to
- [#8](https://github.com/MAAP-Project/gedi-subsetter/issues/8): Specifying a
query is now optional, to allow selecting all rows for specified columns.

## 0.2.7 (2022-10-18)
## [0.2.7] (2022-10-18)

### Added

Expand All @@ -190,3 +192,15 @@ The format is based on [Keep a Changelog], and this project adheres to
https://github.com/MAAP-Project/maap-documentation-examples
[MAAP_USAGE.md]:
docs/MAAP_USAGE.md

[0.2.7]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.2.7
[0.3.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.3.0
[0.4.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.4.0
[0.5.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.5.0
[0.6.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.6.0
[0.6.1]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.6.1
[0.6.2]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.6.2
[0.7.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.7.0
[0.8.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.8.0
[0.9.0]: https://github.com/MAAP-Project/gedi-subsetter/releases/tag/0.9.0
[Unreleased]: https://github.com/nsidc/earthaccess/compare/0.9.0...HEAD
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,13 @@ a new release:
same value as `<VERSION>` from the previous step.
1. In the [Changelog](./CHANGELOG.md), immediately below the `Unreleased`
heading add a new heading (at the same level) using the format
`<VERSION> (<YYYY-MM-DD>)`, where `<VERSION>` is as above, and `<YYYY-MM-DD>`
is the _expected_ release date (which might not be the _actual_ release date,
depending on the PR approval process).
`[<VERSION>] (<YYYY-MM-DD>)` (including the square brackets and parentheses),
where `<VERSION>` is as above, and `<YYYY-MM-DD>` is the _expected_ release
date (which might not be the _actual_ release date, depending on the PR
approval process).
1. Also in the Changelog, at the bottom, add a link to the new release to the
existing list of release links (in order), and update the **Unreleased** link
accordingly as well.
1. Commit the changes, and open a Pull Request to `main`.
1. Once the PR is approved and merged, go to
<https://github.com/MAAP-Project/gedi-subsetter/releases/new>
Expand Down

0 comments on commit 08aed56

Please sign in to comment.