Skip to content

Commit 0968eec

Browse files
release: v0.0.4
1 parent 33ff67a commit 0968eec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
const (
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"

0 commit comments

Comments
 (0)