Skip to content

Commit

Permalink
Version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jun 5, 2021
1 parent 224afdb commit 78f2bda
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
goarch: ${{ matrix.goarch }}
project_path: ./cmd/h2static
binary_name: h2static
extra_files: CHANGES.md LICENSE logo.svg README.md
extra_files: CHANGES.md LICENSE server/assets/logo.svg README.md
sha256sum: true
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
v2.3.3 - 2021-06-05
===================

* Move assets and templates out of code, include them using the `embed` module
* Require Go 1.16 (for `embed`)
* Add favicon


v2.3.2 - 2021-04-10
===================

- Change licence to EUPL-1.2
- [gh] Fix action to build release binaries
* Change licence to EUPL-1.2
* [gh] Fix action to build release binaries


v2.3.1 - 2021-04-10
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ type Version struct {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.3.2",
Version: "2.3.3",
}

0 comments on commit 78f2bda

Please sign in to comment.