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.5.1"}
{".":"0.6.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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


### Features

* **bot:** say so, during the meeting, when a speaker's audio has no level ([#43](https://github.com/OneLiteFeatherNET/Sturnus/issues/43)) ([0ceb496](https://github.com/OneLiteFeatherNET/Sturnus/commit/0ceb4969f4174237e04d0589bc180511eccd68f9))
* **discord:** add /queue and let an admin re-run a finished session ([#49](https://github.com/OneLiteFeatherNET/Sturnus/issues/49)) ([e2e8c93](https://github.com/OneLiteFeatherNET/Sturnus/commit/e2e8c9334e9becb389d766b2394023e42f277c86))
* **observability:** trace, measure and log Sturnus without shipping content ([#50](https://github.com/OneLiteFeatherNET/Sturnus/issues/50)) ([1ff8a9d](https://github.com/OneLiteFeatherNET/Sturnus/commit/1ff8a9df415ff203ccb3c9ae1470bea1eeb70aea))


### Bug Fixes

* **worker:** transcribe the speech, not the padded track ([#48](https://github.com/OneLiteFeatherNET/Sturnus/issues/48)) ([d3e773a](https://github.com/OneLiteFeatherNET/Sturnus/commit/d3e773a79b16cf0c3f2bad695d822cd0461a1553))

## [0.5.1](https://github.com/OneLiteFeatherNET/Sturnus/compare/v0.5.0...v0.5.1) (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.5.1" # x-release-please-version
appVersion: "0.5.1" # x-release-please-version
version: "0.6.0" # x-release-please-version
appVersion: "0.6.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.5.1" # x-release-please-version
version = "0.6.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.