Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-manu committed May 21, 2024
1 parent 3ed16be commit 1f49674
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ changes. For example, versions `0.2.x` are not compatible with `0.1.x`.

## [Unreleased]

## [0.3.0] - 2024-05-21

### Added

* There is now a devcontainer definition based on the official Go image, Alpine
version. This can be used locally to make fully static builds of handyproxy,
as the C library in Alpine is musl.
* There is now a makefile in the project root which takes care of passing
appropriate flags to `go build` in order to get static builds. In addition,
it supports targets to run tests and create release builds, which don't have
any symbols and thus are smaller.

### Changed

* Go was updated to 1.22.0.
* Minor code tweaks to take advantage of Go 1.22.
* The `hostname` package is now internal.
* The CI pipeline now builds stripped executables via the devcontainer.

## [0.2.1] - 2023-11-19

### Added
Expand Down

0 comments on commit 1f49674

Please sign in to comment.