Skip to content

Commit 7266962

Browse files
committed
Update release date, doi and contributors
1 parent 3dfe5e3 commit 7266962

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

doc/changes.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Release v0.14.3 (20YY/MM/DD)
3+
## Release v0.15.0 (2025/03/31)
44

5-
[![Digital Object Identifier for PyGMT v0.14.3](https://zenodo.org/badge/DOI/10.5281/zenodo.3781524.svg)](https://doi.org/10.5281/zenodo.3781524)
5+
[![Digital Object Identifier for PyGMT v0.15.0](https://zenodo.org/badge/DOI/10.5281/zenodo.15071586.svg)](https://doi.org/10.5281/zenodo.15071586)
66

77
### Highlights
88

@@ -55,9 +55,12 @@
5555

5656
### Contributors
5757

58-
[Dongdong Tian](https://github.com/seisman), [Wei Ji Leong](https://github.com/weiji14) and [Yvonne Fröhlich](https://github.com/yvonnefroehlich)
59-
58+
* [Dongdong Tian](https://github.com/seisman)
59+
* [Wei Ji Leong](https://github.com/weiji14)
60+
* [Yvonne Fröhlich](https://github.com/yvonnefroehlich)
61+
* [Michael Grund](https://github.com/michaelgrund)
6062

63+
---
6164

6265
## Release v0.14.2 (2025/02/15)
6366

@@ -66,8 +69,8 @@
6669

6770
### Bug Fixes
6871

69-
- **Patch release fixing a critical bug introduced in PyGMT v0.14.1**
70-
- Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804))
72+
* **Patch release fixing a critical bug introduced in PyGMT v0.14.1**
73+
* Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804))
7174

7275
**Full Changelog**: <https://github.com/GenericMappingTools/pygmt/compare/v0.14.1...v0.14.2>
7376

@@ -83,16 +86,16 @@
8386

8487
### Highlights
8588

86-
- **Patch release fixing critical bugs in PyGMT v0.14.0**
87-
- Fix the bug of converting Python sequence of datetime-like objects ([#3760](https://github.com/GenericMappingTools/pygmt/pull/3760))
89+
* **Patch release fixing critical bugs in PyGMT v0.14.0**
90+
* Fix the bug of converting Python sequence of datetime-like objects ([#3760](https://github.com/GenericMappingTools/pygmt/pull/3760))
8891

8992
### Maintenance
9093

91-
- CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742))
92-
- clib.conversion._to_numpy: Add tests for Python sequence of datetime-like objects ([#3758](https://github.com/GenericMappingTools/pygmt/pull/3758))
93-
- Fix an image in README.md (broken on PyPI) and rewrap to 88 characters ([#3740](https://github.com/GenericMappingTools/pygmt/pull/3740))
94-
- Fix the dataset link in the RGB image gallery example ([#3781](https://github.com/GenericMappingTools/pygmt/pull/3781))
95-
- Update License year to 2025 ([#3737](https://github.com/GenericMappingTools/pygmt/pull/3737))
94+
* CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742))
95+
* clib.conversion._to_numpy: Add tests for Python sequence of datetime-like objects ([#3758](https://github.com/GenericMappingTools/pygmt/pull/3758))
96+
* Fix an image in README.md (broken on PyPI) and rewrap to 88 characters ([#3740](https://github.com/GenericMappingTools/pygmt/pull/3740))
97+
* Fix the dataset link in the RGB image gallery example ([#3781](https://github.com/GenericMappingTools/pygmt/pull/3781))
98+
* Update License year to 2025 ([#3737](https://github.com/GenericMappingTools/pygmt/pull/3737))
9699

97100
**Full Changelog**: <https://github.com/GenericMappingTools/pygmt/compare/v0.14.0...v0.14.1>
98101

0 commit comments

Comments
 (0)