diff --git a/CHANGELOG.md b/CHANGELOG.md index a60cdf3b..994f9c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to Toisto will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.30.0 - 2024-11-07 + +### Added + +- Add more words and phrases. Partially implements [#911](https://github.com/fniessink/toisto/issues/911). + ## 0.29.1 - 2024-11-05 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 49eadba8..e855d5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Toisto" -version = "0.29.1" +version = "0.30.0" authors = [{ name = "Frank Niessink", email = "frank@niessink.com" }] description = "Toisto is a command-line terminal app to practice languages." readme = "README.md" diff --git a/sonar-project.properties b/sonar-project.properties index 96f45836..50e24beb 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.exclusions=build/**/*,dist/**/*,venv/**/* sonar.organization=fniessink-github sonar.projectName=Toisto sonar.projectKey=fniessink-github_toisto -sonar.projectVersion=0.29.1 +sonar.projectVersion=0.30.0 sonar.python.coverage.reportPaths=build/coverage.xml sonar.python.version=3.10 sonar.python.xunit.reportPath=build/xunit.xml