We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d297c commit fa032dbCopy full SHA for fa032db
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [v0.3.10] - 2025-01-29
9
+
10
+### Fixed
11
+- Updated GitHub Actions workflow to use Go 1.21 instead of 1.20
12
+- Resolved build failures caused by missing log/slog package
13
+- Updated actions/setup-go from v4 to v5 for consistency
14
15
+### Tests
16
+- All tests passing successfully
17
+- Automated version increment after successful test suite
18
19
## [v0.3.9] - 2025-01-29
20
21
### Maintenance
0 commit comments