Files
go-mocktesting/CHANGELOG.md
Cursor Agent 50a3e2584b feat: Add Go 1.24 Context and Chdir methods
Co-authored-by: cursor.nop <cursor.nop@jimeh.info>
2025-10-16 05:17:50 +00:00

707 B

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Unreleased

Features

  • testing: Add support for Go 1.24 Context() and Chdir() methods
  • ci: Test against Go 1.18-1.24 in addition to existing versions

0.1.0 (2021-11-22)

Features

  • mocktesting: initial implementation (5b84721)

Bug Fixes

  • mocktesting: add missing TempDirs() function (108ae0e)