Skip to content

Commit d37f003

Browse files
author
znicholls
committed
bump: version 0.4.1a1 -> 0.5.0
1 parent 15a94ad commit d37f003

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

changelog/16.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/17.breaking.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/17.docs.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/17.improvement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/17.trivial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ from the examples given in that link.
2121

2222
<!-- towncrier release notes start -->
2323

24+
## OpenSCM Zenodo v0.5.0 (2025-02-14)
25+
26+
### ⚠️ Breaking Changes
27+
28+
- Rename the typo "zenoodo" to "zenodo" throughout. ([#17](https://github.com/openscm/OpenSCM-zenodo/pull/17))
29+
30+
### 🎉 Improvements
31+
32+
- Mask the token in the representation of [`ZenodoInteractor`][openscm_zenodo.ZenodoInteractor]. ([#17](https://github.com/openscm/OpenSCM-zenodo/pull/17))
33+
34+
### 📚 Improved Documentation
35+
36+
- Added basic documentation of how to use the library, see ["How to upload to Zenodo"](how-to-upload-to-zenodo). ([#17](https://github.com/openscm/OpenSCM-zenodo/pull/17))
37+
38+
### 🔧 Trivial/Internal Changes
39+
40+
- [#16](https://github.com/openscm/OpenSCM-zenodo/pull/16), [#17](https://github.com/openscm/OpenSCM-zenodo/pull/17)
41+
42+
2443
## OpenSCM Zenodo v0.4.0 (2025-02-14)
2544

2645
### 🆕 Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openscm-zenodo"
3-
version = "0.4.1a1"
3+
version = "0.5.0"
44
description = "Command-line tool for uploading to zenodo."
55
authors = [
66
{ name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org" },

0 commit comments

Comments
 (0)