Release 2.11.1

This commit is contained in:
Joe Howard 2025-04-07 19:07:25 -05:00
parent 4192a709fd
commit 41c37e0998
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,8 @@ 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [2.11.1] - 2025-04-07
- Revert Dockerfile to inherit dependencies image from base image - Revert Dockerfile to inherit dependencies image from base image
## [2.11.0] - 2025-03-31 ## [2.11.0] - 2025-03-31
@ -365,7 +367,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/museofficial/muse/compare/v2.11.0...HEAD [unreleased]: https://github.com/museofficial/muse/compare/v2.11.1...HEAD
[2.11.1]: https://github.com/museofficial/muse/compare/v2.11.0...v2.11.1
[2.11.0]: https://github.com/museofficial/muse/compare/v2.10.1...v2.11.0 [2.11.0]: https://github.com/museofficial/muse/compare/v2.10.1...v2.11.0
[2.10.1]: https://github.com/museofficial/muse/compare/v2.10.0...v2.10.1 [2.10.1]: https://github.com/museofficial/muse/compare/v2.10.0...v2.10.1
[2.10.0]: https://github.com/museofficial/muse/compare/v2.9.5...v2.10.0 [2.10.0]: https://github.com/museofficial/muse/compare/v2.9.5...v2.10.0

View file

@ -1,6 +1,6 @@
{ {
"name": "muse", "name": "muse",
"version": "2.11.0", "version": "2.11.1",
"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>",