From 00e0d97353778d8dea8a7fbf202e274edb9d40b6 Mon Sep 17 00:00:00 2001 From: mozillazg Date: Thu, 29 Jun 2023 21:55:18 +0800 Subject: [PATCH] prepare for 0.4.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad7051..696478c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.4.0] (2023-06-29) + +* decode into embedded structs + + ## [0.3.1] (2022-04-09) * fix Decode: don't fill value for struct fields that don't exist in header @@ -27,3 +32,4 @@ [0.2.1]: https://github.com/mozillazg/go-httpheader/compare/v0.2.0...v0.2.1 [0.3.0]: https://github.com/mozillazg/go-httpheader/compare/v0.2.1...v0.3.0 [0.3.1]: https://github.com/mozillazg/go-httpheader/compare/v0.3.0...v0.3.1 +[0.4.0]: https://github.com/mozillazg/go-httpheader/compare/v0.3.1...v0.4.0 diff --git a/README.md b/README.md index dc81728..a297f7f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ go-httpheader is a Go library for encoding structs into Header fields. ## install -`go get -u github.com/mozillazg/go-httpheader` +``` +go get github.com/mozillazg/go-httpheader +``` ## usage