Skip to content

Commit b6f52d8

Browse files
🔖 bump version 0.7.0 -> 0.8.0 (#28)
1 parent 6f53284 commit b6f52d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
## [0.8.0]
22+
2123
### Added
2224

2325
- Optional `imports` parameter to `django_shell` tool for providing import statements separately from main code execution.
@@ -106,7 +108,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
106108

107109
- Josh Thomas <[email protected]> (maintainer)
108110

109-
[unreleased]: https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.7.0...HEAD
111+
[unreleased]: https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.8.0...HEAD
110112
[0.1.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.1.0
111113
[0.2.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.2.0
112114
[0.3.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.3.0
@@ -115,3 +117,4 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
115117
[0.5.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.5.0
116118
[0.6.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.6.0
117119
[0.7.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.7.0
120+
[0.8.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.8.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies = [
7272
description = "MCP server providing a stateful Django shell for LLM assistants."
7373
name = "mcp-django-shell"
7474
readme = "README.md"
75-
version = "0.7.0"
75+
version = "0.8.0"
7676
requires-python = ">=3.10"
7777

7878
[project.urls]
@@ -83,7 +83,7 @@ Source = "https://github.com/joshuadavidthomas/mcp-django-shell"
8383
[tool.bumpver]
8484
commit = true
8585
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
86-
current_version = "0.7.0"
86+
current_version = "0.8.0"
8787
push = false # set to false for CI
8888
tag = false
8989
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

0 commit comments

Comments
 (0)