Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Nov 7, 2024
1 parent 06410be commit e41e349
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e41e349

Please sign in to comment.