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.2.0]
22+
2123### Added
2224
2325- Comprehensive logging for debugging MCP/LLM interactions
@@ -42,5 +44,6 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
4244
4345- Josh Thomas
< [email protected] > (maintainer)
4446
45- [ unreleased ] : https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.1 .0...HEAD
47+ [ unreleased ] : https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.2 .0...HEAD
4648[ 0.1.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.1.0
49+ [ 0.2.0 ] : https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.2.0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies = [
7171description = " MCP server providing a stateful Django shell for AI assistants."
7272name = " mcp-django-shell"
7373readme = " README.md"
74- version = " 0.1 .0"
74+ version = " 0.2 .0"
7575requires-python = " >=3.10"
7676
7777[project .urls ]
@@ -82,7 +82,7 @@ Source = "https://github.com/joshuadavidthomas/mcp-django-shell"
8282[tool .bumpver ]
8383commit = true
8484commit_message = " :bookmark: bump version {old_version} -> {new_version}"
85- current_version = " 0.1 .0"
85+ current_version = " 0.2 .0"
8686push = false # set to false for CI
8787tag = false
8888version_pattern = " MAJOR.MINOR.PATCH[PYTAGNUM]"
You can’t perform that action at this time.
0 commit comments