Skip to content

Commit

Permalink
Fix CHANGELOG and dev/release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 6, 2023
1 parent fb78ca0 commit 64b040b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@ Security in case of vulnerabilities.

## [Unreleased]

## [0.9.0rc3]

### Added

- {mod}`snek5000.output.remaining_clock_time`.
- {func}`snek5000.output.base.Output.post_init_create_additional_source_files`,
{func}`snek5000.resources.get_base_templates` and
{func}`snek5000.resources.get_base_template`.

## [0.9.0rc0]

### Added

- {class}`snek5000.output.spatial_means.SpatialMeans`.
- New block `user_size` in `SIZE.j2` template (see {mod}`snek5000.resources`).

Expand Down Expand Up @@ -379,6 +377,6 @@ lists are a very incomplete lists of the additions, changes and deprecations.
[0.6.1b0]: https://github.com/snek5000/snek5000/compare/0.6.0b0...0.6.1b0
[0.7.0b0]: https://github.com/snek5000/snek5000/compare/0.6.1b0...0.7.0b0
[0.8.0]: https://github.com/snek5000/snek5000/compare/0.7.0b0...0.8.0
[0.9.0rc0]: https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc0
[0.9.0rc3]: https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc3
[@paugier]: https://github.com/paugier
[unreleased]: https://github.com/snek5000/snek5000/compare/0.8.0...HEAD
4 changes: 2 additions & 2 deletions docs/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Via GitHub Actions

- Update {ref}`changelog/unreleased` with version comparison links and detailed
description.
- Update [Unreleased](../CHANGELOG.md#unreleased) with version comparison links and
detailed description.
- Update version and date in `CITATION.cff`.
- Make a [new release] on Github.
- Inspect upload in [TestPyPI].
Expand Down

0 comments on commit 64b040b

Please sign in to comment.