You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
*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.
5
5
6
+
## [0.1.0] - 25-05-2025
7
+
- Added a script to create a `.vscode/tasks.json` file for use in Visual Studio Code
8
+
- Improved documentation with examples and usage instructions
9
+
- Added new decorators for groups of commands. Can run a group of tools in sequence or in parallel. (only supported for tasks.json creation, so far)
10
+
6
11
## [0.0.1] - 23-05-2025
7
12
- Initial release of toolit
8
13
- Basic functionality for creating tools that run for both MCP and typer cli
0 commit comments