Skip to content

Commit

Permalink
Prep release (#85)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update pyproject.toml
  • Loading branch information
frankinspace authored Sep 13, 2024
1 parent bcc74d8 commit b26d92e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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).

## [Unreleased]
## [0.12.0]

### Added

Expand All @@ -19,7 +19,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Support multi-point searches ([#72](https://github.com/nasa/python_cmr/issues/72))
- Support `processing_level_id` in `CollectionQuery` ([#76](https://github.com/nasa/python_cmr/issues/76))
- Support `platform` in `CollectionQuery` ([#77](https://github.com/nasa/python_cmr/issues/77))
- Support searching by instance format for `VariableQuery` ([#59]https://github.com/nasa/python_cmr/issues/59)
- Support searching by instance format for `VariableQuery` ([#59](https://github.com/nasa/python_cmr/issues/59))

### Fixed
- Setup vcrpy for new `revision_date` unit tests ([#70](https://github.com/nasa/python_cmr/issues/70))
Expand Down Expand Up @@ -149,7 +149,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Prior releases of this software originated from
<https://github.com/jddeal/python-cmr/releases>

[Unreleased]: https://github.com/nasa/python_cmr/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/nasa/python_cmr/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/nasa/python_cmr/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/nasa/python_cmr/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/nasa/python_cmr/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/nasa/python_cmr/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-cmr"
version = "0.13.0-a0"
version = "0.13.0-rc1"
description = "Python wrapper to the NASA Common Metadata Repository (CMR) API."
authors = ["python_cmr <nasa/python_cmr@github.com>"]
license = "MIT"
Expand Down

0 comments on commit b26d92e

Please sign in to comment.