Skip to content

Commit fa032db

Browse files
committed
Release v0.3.10 - Fix GitHub Actions build issues and successful test suite
1 parent d0d297c commit fa032db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
819
## [v0.3.9] - 2025-01-29
920

1021
### Maintenance

0 commit comments

Comments
 (0)