Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.6.0"}
{".":"0.7.0"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.7.0](https://github.com/OneLiteFeatherNET/Sturnus/compare/v0.6.0...v0.7.0) (2026-08-21)


### Features

* **publishing:** mention every recorded speaker when the link is posted ([#53](https://github.com/OneLiteFeatherNET/Sturnus/issues/53)) ([ee4019f](https://github.com/OneLiteFeatherNET/Sturnus/commit/ee4019f619b07ef9e3f49d6d584e032aa3aac1e8))


### Bug Fixes

* **chart:** let every component finish starting before liveness judges it ([#52](https://github.com/OneLiteFeatherNET/Sturnus/issues/52)) ([f8776c5](https://github.com/OneLiteFeatherNET/Sturnus/commit/f8776c5da9a9ab880904722986efee1990d88918))

## [0.6.0](https://github.com/OneLiteFeatherNET/Sturnus/compare/v0.5.1...v0.6.0) (2026-08-21)


Expand Down
4 changes: 2 additions & 2 deletions charts/sturnus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Discord voice transcription with Outline document output -- bot, li
type: application
# Both markers are rewritten by release-please, so the chart version and the
# image it deploys always come from the same release (see pyproject.toml).
version: "0.6.0" # x-release-please-version
appVersion: "0.6.0" # x-release-please-version
version: "0.7.0" # x-release-please-version
appVersion: "0.7.0" # x-release-please-version
home: https://github.com/OneLiteFeatherNET/Sturnus
sources:
- https://github.com/OneLiteFeatherNET/Sturnus
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sturnus"
version = "0.6.0" # x-release-please-version
version = "0.7.0" # x-release-please-version
description = "Discord voice transcription with Outline document output"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.