thoth-pub / thoth

Metadata management and dissemination system for Open Access books
https://thoth.pub
Apache License 2.0
45 stars 9 forks source link

Added Brendan to Thoth website About page #537

Closed brendan-oconnell closed 8 months ago

brendan-oconnell commented 8 months ago

Can you also add the changes to CHANGELOG.md? (under [Unreleased])

All set

ja573 commented 8 months ago

Can you also add the changes to CHANGELOG.md? (under [Unreleased])

All set

Sorry, probably should have clarified better. The format of the file is based on https://keepachangelog.com/en/1.0.0/ (for this case in particular, the Unreleased section, trying to add the relevant issue if there's one, so you should list the change like:

## [Unreleased]
### Changed
  - [526](https://github.com/thoth-pub/thoth/issues/526) - Added Brendan...

## [[0.11.13]](https://github.com/thoth-pub/thoth/releases/tag/v0.11.13) - 2024-01-08
### Changed
  - Upgrade rust to `1.75.0` in production and development `Dockerfile`
brendan-oconnell commented 8 months ago

OK, I've added the change to the unreleased section following the correct formatting. Sorry on my end - probably could have caught that if I'd looked at the rest of the changelog!