Skip to content

Commit c3a7234

Browse files
kookseecursoragent
andcommitted
chore(release): prepare v2.0.3
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3d4767b commit c3a7234

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.2
1+
v2.0.3

.version/changelog/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.3] - 2026-06-15
11+
12+
### Added
13+
- Release tooling: git-cliff notes, GoReleaser v2 config, and `docs/RELEASE.md`
14+
- CI: dedicated test job running `go test ./... -race`
15+
- Makefile: `changelog`, `changelog-latest`, `release-dry`, and `install-tools` targets
16+
17+
### Fixed
18+
- `async`: Iterator data race under `-race`; first-error-wins error retention; `Await` drains channel before returning
19+
- `recovery`: injectable exit/fatal hooks for CI-safe tests
20+
- Test fixes for `assert`, `async`, and `connmux` under the full CI race suite
21+
22+
### Changed
23+
- GoReleaser pinned to v2.12.0; release workflow publishes git-cliff generated notes
24+
1025
## [2.0.2] - 2026-06-15
1126

1227
### Added

0 commit comments

Comments
 (0)