Skip to content

Commit 3e960df

Browse files
authored
Release v0.3.0 (#80)
1 parent f7d6c77 commit 3e960df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)