Skip to content

Commit 3eae349

Browse files
release: v0.0.3
1 parent 1ea7dd9 commit 3eae349

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.3] - 2025-12-30
11+
1012
### Aggiunto
1113

1214
- Supporto multilingua (i18n) con 10 lingue: italiano, inglese, francese, tedesco, spagnolo, portoghese, giapponese, coreano, cinese, ucraino
@@ -58,6 +60,7 @@ e questo progetto aderisce al [Semantic Versioning](https://semver.org/lang/it/)
5860
- Go 1.24+
5961
- Fyne v2.7.1 (UI toolkit nativo cross-platform)
6062

61-
[Unreleased]: https://github.com/strawberry-code/mcp-curator/compare/v0.0.2...HEAD
63+
[Unreleased]: https://github.com/strawberry-code/mcp-curator/compare/v0.0.3...HEAD
64+
[0.0.3]: https://github.com/strawberry-code/mcp-curator/compare/v0.0.2...v0.0.3
6265
[0.0.2]: https://github.com/strawberry-code/mcp-curator/compare/v0.0.1...v0.0.2
6366
[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.2"
5+
Version = "0.0.3"
66

77
// Name è il nome dell'applicazione
88
Name = "MCP Curator"

0 commit comments

Comments
 (0)