Skip to content

Release for v0.3.1 #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- tagpr
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [v0.3.1](https://github.com/aereal/go-http-replay/compare/v0.3.0...v0.3.1) - 2025-04-06
- ci: refine workflow by @aereal in https://github.com/aereal/go-http-replay/pull/25
- ci: update workflow by @aereal in https://github.com/aereal/go-http-replay/pull/26
- chore: install tagpr by @aereal in https://github.com/aereal/go-http-replay/pull/27
- chore(deps): update aquaproj/aqua-installer action to v3.1.2 by @renovate in https://github.com/aereal/go-http-replay/pull/31

## [v0.3.0](https://github.com/aereal/go-http-replay/compare/v0.2.0...v0.3.0) - 2023-01-19
- fix: write error message to the response body by @aereal in https://github.com/aereal/go-http-replay/pull/21

## [v0.2.0](https://github.com/aereal/go-http-replay/commits/v0.2.0) - 2022-12-05
- ++docs by @aereal in https://github.com/aereal/go-http-replay/pull/4
- Add tests by @aereal in https://github.com/aereal/go-http-replay/pull/5
- RoundTripper -> Transport by @aereal in https://github.com/aereal/go-http-replay/pull/6
- Return an empty, but not a nil, body from notHandledTransport by @matthope in https://github.com/aereal/go-http-replay/pull/9
- run CI on Actions by @aereal in https://github.com/aereal/go-http-replay/pull/10
- Configure Renovate by @renovate in https://github.com/aereal/go-http-replay/pull/11
- Update actions/checkout action to v3 by @renovate in https://github.com/aereal/go-http-replay/pull/12
- ci: update stable branch to main by @aereal in https://github.com/aereal/go-http-replay/pull/15
- ci: run tests against latest Go versions by @aereal in https://github.com/aereal/go-http-replay/pull/16
- Update actions/setup-go action to v3 by @renovate in https://github.com/aereal/go-http-replay/pull/18
- feat: fill incoming request to http.Response by @aereal in https://github.com/aereal/go-http-replay/pull/20
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0
v0.3.1
Loading