File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## v0.3.0 - 2023-12-22
9+
10+ This release adds support to the CLI for using Go package patterns like ` ./... `
11+ to match and transform files.
12+ You can now use ` errtrace -w ./... ` to instrument all files in a Go module,
13+ or ` errtrace -l ./... ` to list all files that would be changed.
14+
915### Added
1016- cmd/errtrace: Support Go package patterns in addition to file paths.
1117 Use ` errtrace -w ./... ` to transform all files under the current package
You can’t perform that action at this time.
0 commit comments