Skip to content

Commit 52c088b

Browse files
committed
Prepare release
1 parent 03b8558 commit 52c088b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.3.0] - 09-09-2025
7+
- Added toolit `create-vscode-tasks-json` CLI command to create the `.vscode/tasks.json` file from the command line.
8+
- Improved error handling and user feedback when the `devtools` folder does not exist.
9+
610
## [0.2.0] - 16-06-2025
711
- Fix problem with subdependencies not being installed
812
- Add support for python 3.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can automatically create a `tasks.json` file for Visual Studio Code to run y
4141

4242
To create the `.vscode/tasks.json` file, run the following command in your terminal:
4343
```bash
44-
python -m toolit.create_tasks_json
44+
toolit create-vscode-tasks-json
4545
```
4646
NOTE: THIS WILL OVERWRITE YOUR EXISTING `.vscode/tasks.json` FILE IF IT EXISTS!
4747

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.2.0"
3+
version = "0.3.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)