Skip to content

Commit 2a3f347

Browse files
authored
Merge pull request #425 from softwarepub/feature/140-keep-a-changelog
Add initial version of the changelog #140
2 parents 188cad6 + 75c47f4 commit 2a3f347

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 German Aerospace Center (DLR)
3+
4+
SPDX-License-Identifier: CC0-1.0
5+
-->
6+
7+
# Changelog
8+
9+
All notable changes to this project will be documented in this file.
10+
11+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
12+
and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
13+
14+
## [Unreleased]
15+
16+
### Added
17+
18+
- Added ADR for `init` plugin (#324)
19+
20+
### Fixed
21+
22+
- Broken HERMES DOI in marketplace plugin metadata (#326)
23+
- hermes init fails with cryptic error message in non-git directory (#308)
24+
- Make --initial deposits work on Rodare (#348)
25+
- Fix GitHub link in docs (#319)
26+
- `hermes init` cancellation should remove created files (#328)
27+
- `pyproject.toml` compliance with PEP 621 (#347)
28+
- Improve marketplace visibility (#426)
29+
30+
### Changed
31+
32+
- Update poetry to more recent version. (#347)
33+
34+
## [0.9.0] - 2025-02-26
35+
36+
### Added
37+
38+
- Added the hermes init subcommand
39+
40+
### Fixed
41+
42+
- Fixes multiple bugs
43+
44+
### Changed
45+
46+
- Refactored plugin system further
47+
48+
## [0.8.1] - 2024-08-13
49+
50+
### Added
51+
52+
- Integrated pyproject.toml plugin into the publication process
53+
54+
### Changed
55+
56+
- Improved logging output for better error dissemination

0 commit comments

Comments
 (0)