File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818
1919## [ Unreleased]
2020
21+ ## [ 0.7.0]
22+
2123### Added
2224
2325- MCP resources for exploring the project environment, Django apps, and models without shell execution.
@@ -100,11 +102,12 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
100102
101103- Josh Thomas
< [email protected] > (maintainer)
102104
103- [ unreleased ] : https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.6 .0...HEAD
105+ [ unreleased ] : https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.7 .0...HEAD
104106[ 0.1.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.1.0
105107[ 0.2.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.2.0
106108[ 0.3.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.3.0
107109[ 0.3.1 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.3.1
108110[ 0.4.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.4.0
109111[ 0.5.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.5.0
110112[ 0.6.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.6.0
113+ [ 0.7.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.7.0
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies = [
7272description = " MCP server providing a stateful Django shell for AI assistants."
7373name = " mcp-django-shell"
7474readme = " README.md"
75- version = " 0.6 .0"
75+ version = " 0.7 .0"
7676requires-python = " >=3.10"
7777
7878[project .urls ]
@@ -83,7 +83,7 @@ Source = "https://github.com/joshuadavidthomas/mcp-django-shell"
8383[tool .bumpver ]
8484commit = true
8585commit_message = " :bookmark: bump version {old_version} -> {new_version}"
86- current_version = " 0.6 .0"
86+ current_version = " 0.7 .0"
8787push = false # set to false for CI
8888tag = false
8989version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
You can’t perform that action at this time.
0 commit comments