File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.1.0] - 2025-07-06
11+
12+ ### Added
13+ - Added new GitHub Actions workflows for dedicated linting and testing
14+ - Added ` .github/dependabot.yml ` for automated dependency updates
15+ - Added new ` gosec-matrix.yml ` workflow for security scanning on multiple platforms
16+
17+ ### Changed
18+ - Improved CI/CD workflows with robust security scanning
19+ - Fixed dependency handling in GitHub Actions workflows
20+ - Enhanced error reporting in security scanning jobs
21+ - Refactored code to address linter warnings
22+ - Updated to Go 1.24 in all workflows
23+
24+ ### Fixed
25+ - Fixed issues with gosec security scanning on different platforms
26+ - Resolved dependency verification problems in GitHub Actions
27+
28+ ## [ 1.0.0] - 2025-06-01
29+
1030### Added
1131- Initial implementation of Go STL library
1232- Set data structure with comprehensive operations
You can’t perform that action at this time.
0 commit comments