Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit bf980b3

Browse files
authored
Merge pull request #283 from mitchellh/master
Master
2 parents 1f85f72 + 627ea8a commit bf980b3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.15.x]
7+
go-version: [1.18.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.5.1
2+
3+
* Wrap errors so they're compatible with `errors.Is` and `errors.As` [GH-282]
4+
* Fix map of slices not decoding properly in certain cases. [GH-266]
5+
16
## 1.5.0
27

38
* New option `IgnoreUntaggedFields` to ignore decoding to any fields

0 commit comments

Comments
 (0)