File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ e questo progetto aderisce al [Semantic Versioning](https://semver.org/lang/it/)
77
88## [ Unreleased]
99
10+ ## [ 0.0.4] - 2025-12-31
11+
1012### Aggiunto
1113
1214- File di configurazione cliccabili nella vista progetto con apertura nell'editor di default
@@ -77,7 +79,8 @@ e questo progetto aderisce al [Semantic Versioning](https://semver.org/lang/it/)
7779- Go 1.24+
7880- Fyne v2.7.1 (UI toolkit nativo cross-platform)
7981
80- [ Unreleased ] : https://github.com/strawberry-code/mcp-curator/compare/v0.0.3...HEAD
82+ [ Unreleased ] : https://github.com/strawberry-code/mcp-curator/compare/v0.0.4...HEAD
83+ [ 0.0.4 ] : https://github.com/strawberry-code/mcp-curator/compare/v0.0.3...v0.0.4
8184[ 0.0.3 ] : https://github.com/strawberry-code/mcp-curator/compare/v0.0.2...v0.0.3
8285[ 0.0.2 ] : https://github.com/strawberry-code/mcp-curator/compare/v0.0.1...v0.0.2
8386[ 0.0.1 ] : https://github.com/strawberry-code/mcp-curator/releases/tag/v0.0.1
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33const (
44 // Version è la versione corrente dell'applicazione
5- Version = "0.0.3 "
5+ Version = "0.0.4 "
66
77 // Name è il nome dell'applicazione
88 Name = "MCP Curator"
You can’t perform that action at this time.
0 commit comments