Skip to content

Commit

Permalink
Prepare for v0.8.0 release
Browse files Browse the repository at this point in the history
Bump the version in the cookiecutter template and update the release
notes.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Dec 20, 2023
1 parent aedc357 commit b2835ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
13 changes: 2 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

## Summary

<!-- Here goes a general summary of what this release is about -->

## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

### Cookiecutter template

<!-- Here upgrade steps for cookiecutter specifically -->
This is a minor release with some documentation improvements, new GitHub ruleset and a few bug fixes.

## New Features

Expand All @@ -24,10 +16,9 @@

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

### Cookiecutter template

* Fix typo: `Freqenz` -> `Frequenz`
* Fix `mkdocs.yml` to avoid specifying `custom_templates` for `mkdocstrings` as it is unused and is checked for existence in newer versions.
* Fix paths that are not translated properly from the python package name (#198)
* Fix outdated `frequenz-repo-config` dependency
8 changes: 4 additions & 4 deletions cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.7.0",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.8.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -77,7 +77,7 @@ dev-mkdocs = [
"mkdocs-macros-plugin == 1.0.4",
"mkdocs-material == 9.3.1",
"mkdocstrings[python] == 0.23.0",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.7.0",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.8.0",
]
dev-mypy = [
"mypy == 1.5.1",
Expand All @@ -90,7 +90,7 @@ dev-mypy = [
]
dev-noxfile = [
"nox == 2023.4.22",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.7.0",
"frequenz-repo-config[{{cookiecutter.type}}] == 0.8.0",
]
dev-pylint = [
"pylint == 3.0.2",
Expand All @@ -99,7 +99,7 @@ dev-pylint = [
]
dev-pytest = [
"pytest == 7.4.2",
"frequenz-repo-config[extra-lint-examples] == 0.7.0",
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
{%- if cookiecutter.type != "api" %}
"pytest-mock == 3.11.1",
"pytest-asyncio == 0.21.1",
Expand Down

0 comments on commit b2835ee

Please sign in to comment.