File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1313
1414## [ Unreleased]
1515
16+ ## [ 2.0.2] - 2026-03-22
17+
18+ <!-- Release notes generated using configuration in .github/release.yml at v2.0.2 -->
19+
20+
21+
22+ ** Full Changelog** : https://github.com/SocketDev/socket-basics/compare/v2.0.1...v2.0.2
1623## [ 2.0.0] - 2026-03-20
1724
1825<!-- Release notes generated using configuration in .github/release.yml at v2.0.0 -->
@@ -182,7 +189,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
182189---
183190
184191<!-- Comparison links — updated automatically by scripts/update_changelog.py on each release -->
185- [ Unreleased ] : https://github.com/SocketDev/socket-basics/compare/v2.0.0...HEAD
192+ [ Unreleased ] : https://github.com/SocketDev/socket-basics/compare/v2.0.2...HEAD
193+ [ 2.0.2 ] : https://github.com/SocketDev/socket-basics/compare/v2.0.0...v2.0.2
186194[ 2.0.0 ] : https://github.com/SocketDev/socket-basics/compare/1.1.3...v2.0.0
187195[ 1.1.3 ] : https://github.com/SocketDev/socket-basics/compare/1.1.2...1.1.3
188196[ 1.1.2 ] : https://github.com/SocketDev/socket-basics/compare/1.1.0...1.1.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "Socket"
44
55runs :
66 using : " docker"
7- image : " docker://ghcr.io/socketdev/socket-basics:2.0.0 "
7+ image : " docker://ghcr.io/socketdev/socket-basics:2.0.2 "
88 env :
99 # Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1010 GITHUB_TOKEN : ${{ inputs.github_token }}
You can’t perform that action at this time.
0 commit comments