Skip to content

Commit 42b9f29

Browse files
🔖 bump version 0.4.0 -> 0.5.0 (#16)
1 parent f56672a commit 42b9f29

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.5.0]
22+
2123
### Added
2224

2325
- Support for HTTP and SSE transport protocols via CLI arguments (`--transport`, `--host`, `--port`, `--path`)
@@ -74,9 +76,10 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
7476

7577
- Josh Thomas <[email protected]> (maintainer)
7678

77-
[unreleased]: https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.4.0...HEAD
79+
[unreleased]: https://github.com/joshuadavidthomas/mcp-django-shell/compare/v0.5.0...HEAD
7880
[0.1.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.1.0
7981
[0.2.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.2.0
8082
[0.3.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.3.0
8183
[0.3.1]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.3.1
8284
[0.4.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.4.0
85+
[0.5.0]: https://github.com/joshuadavidthomas/mcp-django-shell/releases/tag/v0.5.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies = [
7171
description = "MCP server providing a stateful Django shell for AI assistants."
7272
name = "mcp-django-shell"
7373
readme = "README.md"
74-
version = "0.4.0"
74+
version = "0.5.0"
7575
requires-python = ">=3.10"
7676

7777
[project.urls]
@@ -82,7 +82,7 @@ Source = "https://github.com/joshuadavidthomas/mcp-django-shell"
8282
[tool.bumpver]
8383
commit = true
8484
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
85-
current_version = "0.4.0"
85+
current_version = "0.5.0"
8686
push = false # set to false for CI
8787
tag = false
8888
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

0 commit comments

Comments
 (0)