Skip to content

Commit ed41f7b

Browse files
committed
Update changelog and version
1 parent 0b2dc1c commit ed41f7b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
*NOTE:* Version 0.X.X might have breaking changes in bumps of the minor version number. This is because the project is still in early development and the API is not yet stable. It will still be marked clearly in the release notes.
55

6+
## [0.5.0] - 24-09-2025
7+
- Improvements to the plugin system. Plugins can choose their own names and the plugins is show in a seperate section in the rich help panel.
8+
69
## [0.4.0] - 14-09-2025
710
- Add ability to customize configurations in a toolit.ini or pyproject.toml file in the project root. Makes the devtools folder configurable, and allows plugins to add their own configurations.
811

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "toolit"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "MCP Server, Typer CLI and vscode tasks in one, provides an easy way to configure your own DevTools and python scripts in a project."
55
readme = "README.md"
66
requires-python = ">=3.9" # mcp[cli] requires Python 3.10+

0 commit comments

Comments
 (0)