@@ -26,6 +26,10 @@ For multi-package releases, use package names as subsections:
2626
2727## [ Unreleased]
2828
29+ ## [ 0.10.0]
30+
31+ ** 🚨 BREAKING RELEASE 🚨** (Again.. sorry!)
32+
2933After splitting into separate packages in v2025.8.1 for security isolation, we're consolidating back into a single package, for a few reasons:
3034
3135- It seemed like a good idea, but it's early and the extra complexity adds unnecessary friction
@@ -54,8 +58,8 @@ The GitHub releases were previously using calendar versioning (e.g., v2025.8.1)
5458
5559## [ 2025.8.1]
5660
57- - mcp-django: 0.2.0
58- - mcp-django-shell: 0.9.0
61+ - [ mcp-django: 0.1.0 ]
62+ - [ mcp-django-shell: 0.9.0]
5963
6064** 🚨 BREAKING RELEASE 🚨**
6165
@@ -86,6 +90,7 @@ This should allow for safer production deployments where shell access can be com
8690- Moved to workspace package under ` packages/ ` directory
8791- Now distributed as optional extra of mcp-django
8892- Now only includes the two shell tools
93+
8994## [ 0.8.0]
9095
9196### Added
@@ -177,7 +182,6 @@ This should allow for safer production deployments where shell access can be com
177182- Josh Thomas
< [email protected] > (maintainer)
178183
179184[ unreleased ] : https://github.com/joshuadavidthomas/mcp-django/compare/2025.8.1...HEAD
180- [ 2025.8.1 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/2025.8.1
181185[ 0.1.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.1.0
182186[ 0.2.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.2.0
183187[ 0.3.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.3.0
@@ -187,3 +191,7 @@ This should allow for safer production deployments where shell access can be com
187191[ 0.6.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.6.0
188192[ 0.7.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.7.0
189193[ 0.8.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.8.0
194+ [ mcp-django-shell: 0.9.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-shell-v0.9.0
195+ [ mcp-django: 0.1.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/mcp-django-v0.1.0
196+ [ 2025.8.1 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/v2025.8.1
197+ [ 0.10.0 ] : https://github.com/joshuadavidthomas/mcp-django/releases/tag/v0.10.0
0 commit comments