File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 # Ref: https://github.com/golangci/golangci-lint-action
6666 - name : Lint
67- uses : golangci/golangci-lint-action@v8
67+ uses : golangci/golangci-lint-action@v9
6868 with :
6969 args : --timeout=30m --config=.golangci.yaml --issues-exit-code=0
7070
Original file line number Diff line number Diff line change @@ -19,6 +19,20 @@ Date format: `YYYY-MM-DD`
1919
2020---
2121
22+ ## [ 1.14.0] - 2025-11-20
23+
24+ ### Added
25+ ### Changed
26+ - ** debt:** Upgraded all dependencies to their latest stable versions.
27+
28+ ### Deprecated
29+ ### Removed
30+ ### Fixed
31+ - ** defect:** Fix [ Issue #24 ] ( https://github.com/sixafter/aes-ctr-drbg/issues/24 ) : v1.13.0 checksum conflict in golang proxy breaks build.
32+ ### Security
33+
34+ ---
35+
2236## [ 1.13.0] - 2025-11-07
2337
2438### Added
@@ -216,7 +230,8 @@ Date format: `YYYY-MM-DD`
216230### Fixed
217231### Security
218232
219- [ Unreleased ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.13.0...HEAD
233+ [ Unreleased ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.14.0...HEAD
234+ [ 1.14.0 ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.13.0...v1.14.0
220235[ 1.13.0 ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.12.0...v1.13.0
221236[ 1.12.0 ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.11.0...v1.12.0
222237[ 1.11.0 ] : https://github.com/sixafter/aes-ctr-drbg/compare/v1.10.0...v1.11.0
You can’t perform that action at this time.
0 commit comments