Skip to content

Commit 6c0fa16

Browse files
authored
Merge pull request #1096 from betolink/v0.15.0
V0.15.0
2 parents bf3c1a4 + 9a0e0cb commit 6c0fa16

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.15.0] - 2025-09-16
11+
1012
### Changed
1113

1214
- Populated glossary section under USER-REFERENCE.
@@ -86,7 +88,7 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
8688
- Reflected new publisher of SEDAC datasets ([#1032](https://github.com/nsidc/earthaccess/issues/1032))([@itcarroll](https://github.com/itcarroll))
8789
- Better proxying by `EarthAccessFile` with correct MRO ([#610](https://github.com/nsidc/earthaccess/issues/610))([@alexandervladsemenov](https://github.com/alexandervladsemenov), [@itcarroll](https://github.com/itcarroll))
8890

89-
## [v0.14.0] - 2025-02-11
91+
## [0.14.0] - 2025-02-11
9092

9193
### Added
9294

@@ -104,7 +106,7 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
104106
([**@mfisher87**](https://github.com/mfisher87), [@chuckwondo](https://github.com/chuckwondo),
105107
and [@jhkennedy](https://github.com/jhkennedy))
106108

107-
## [v0.13.0] - 2025-01-28
109+
## [0.13.0] - 2025-01-28
108110

109111
### Added
110112

@@ -123,7 +125,7 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
123125
([#913](https://github.com/nsidc/earthaccess/issues/913))
124126
([**@hailiangzhang**](https://github.com/hailiangzhang))
125127

126-
## [v0.12.0] - 2024-11-13
128+
## [0.12.0] - 2024-11-13
127129

128130
### Changed
129131

@@ -774,7 +776,8 @@ _Conception!_
774776
- Add basic classes to interact with NASA CMR, EDL and cloud access.
775777
- Basic object formatting.
776778

777-
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.14.0...HEAD
779+
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.15.0...HEAD
780+
[0.15.0]: https://github.com/nsidc/earthaccess/compare/v0.14.0...v0.15.0
778781
[0.11.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.11.0
779782
[0.10.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.10.0
780783
[0.9.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.9.0

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ keywords:
2626
url: "https://earthaccess.readthedocs.io"
2727
repository-code: "https://github.com/nsidc/earthaccess"
2828

29-
version: "0.14.0"
30-
date-released: "2025-02-11"
29+
version: "0.15.0"
30+
date-released: "2025-09-16"
3131

3232
authors:
3333
- family-names: "Barrett"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "earthaccess"
7-
version = "0.14.0"
7+
version = "0.15.0"
88
description = "Client library for NASA Earthdata APIs"
99
authors = [{ name = "earthaccess contributors" }]
1010
maintainers = [
@@ -190,7 +190,7 @@ combine-as-imports = true
190190
convention = "google"
191191

192192
[tool.bumpversion]
193-
current_version = "0.14.0"
193+
current_version = "0.15.0"
194194
commit = false
195195
tag = false
196196
regex = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)