Skip to content

Commit 6a38524

Browse files
committed
Update CHANGELOG.md for v1.1.0 release
1 parent 4c89dba commit 6a38524

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)