Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 543 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 543 Bytes

CHANGELOG

2.0.3 (2024-06-05)

  • Bump up golang.org/x/exp to v0.0.0-20240604190554-fc45aab8b7f8

2.0.2 (2023-04-18)

  • Fix a bug on sorting, which cause Pack don't work as expected

2.0.1 (2023-04-18)

  • Fix slice access out of bound error

2.0.0 (2023-04-14)

  • Support Go 1.20.
  • Rewrite Pack algorithm

1.1.0 (2022-01-24)

  • Support Go 1.17.
  • Only pack hostname but ignore numbers in domain.
  • Use github actions.

1.0.1 (2018-10-25)

  • Support go mod.
  • Support go 1.11.

1.0.0 (2017-10-03)

  • Init commit.