mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 01:02:41 +02:00
Release 2.9.2
This commit is contained in:
parent
52df7d42f1
commit
069774e709
3 changed files with 10 additions and 2 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -66,6 +66,11 @@ jobs:
|
||||||
name: Combine platform tags
|
name: Combine platform tags
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: publish
|
needs: publish
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
|
attestations: write
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.9.2] - 2024-08-18
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Muse has new maintainers! I ([@codetheweb](https://github.com/codetheweb)) am stepping aside as I haven't used Muse myself for a few years and haven't been able to spend as much time on Muse as I'd like. See [this issue](https://github.com/museofficial/muse/issues/1063) for details. Welcome @museofficial/maintainers!
|
- Muse has new maintainers! I ([@codetheweb](https://github.com/codetheweb)) am stepping aside as I haven't used Muse myself for a few years and haven't been able to spend as much time on Muse as I'd like. See [this issue](https://github.com/museofficial/muse/issues/1063) for details. Welcome @museofficial/maintainers!
|
||||||
|
@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.1...HEAD
|
[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.2...HEAD
|
||||||
|
[2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2
|
||||||
[2.9.1]: https://github.com/codetheweb/muse/compare/v2.9.0...v2.9.1
|
[2.9.1]: https://github.com/codetheweb/muse/compare/v2.9.0...v2.9.1
|
||||||
[2.9.0]: https://github.com/codetheweb/muse/compare/v2.8.1...v2.9.0
|
[2.9.0]: https://github.com/codetheweb/muse/compare/v2.8.1...v2.9.0
|
||||||
[2.8.1]: https://github.com/codetheweb/muse/compare/v2.8.0...v2.8.1
|
[2.8.1]: https://github.com/codetheweb/muse/compare/v2.8.0...v2.8.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "muse",
|
"name": "muse",
|
||||||
"version": "2.9.1",
|
"version": "2.9.2",
|
||||||
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
"description": "🎧 a self-hosted Discord music bot that doesn't suck ",
|
||||||
"repository": "git@github.com:museofficial/muse.git",
|
"repository": "git@github.com:museofficial/muse.git",
|
||||||
"author": "Max Isom <hi@maxisom.me>",
|
"author": "Max Isom <hi@maxisom.me>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue