Skip to content
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

Prepare v1.5.4, removing previous retraction in 1.5.3 #590

Merged
merged 2 commits into from
Feb 27, 2021
Merged
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.4 (2021-02-27)

- Undo prior retraction in v1.5.3 as we prepare for v5.0.0 release
- History of changes: see https://github.com/go-chi/chi/compare/v1.5.3...v1.5.4


## v1.5.3 (2021-02-21)

- Update go.mod to go 1.16 with new retract directive marking all versions without prior go.mod support
Expand Down
31 changes: 0 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
module github.com/go-chi/chi

go 1.16

retract (
v4.1.2+incompatible
v4.1.1+incompatible
v4.1.0+incompatible
v4.0.4+incompatible
v4.0.3+incompatible
v4.0.2+incompatible
v4.0.1+incompatible
v4.0.0+incompatible
v4.0.0-rc2+incompatible
v4.0.0-rc1+incompatible
v3.3.4+incompatible
v3.3.3+incompatible
v3.3.2+incompatible
v3.3.1+incompatible
v3.3.0+incompatible
v3.2.1+incompatible
v3.2.0+incompatible
v3.1.5+incompatible
v3.1.4+incompatible
v3.1.3+incompatible
v3.1.2+incompatible
v3.1.1+incompatible
v3.1.0+incompatible
v3.0.0+incompatible
v2.1.0+incompatible
v2.0.0+incompatible
v1.0.0
v0.9.0
)