Skip to content

Commit

Permalink
prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jun 29, 2023
1 parent 6cdac4d commit 00e0d97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00e0d97

Please sign in to comment.