Skip to content

Commit ba5ba1a

Browse files
authored
Merge pull request #519 from ipfs/release
Merge Release v0.16.0
2 parents 08959f2 + 709c7c6 commit ba5ba1a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ The following emojis are used to highlight certain changes:
1818

1919
### Changed
2020

21+
### Removed
22+
23+
### Security
24+
25+
## [v0.16.0]
26+
27+
### Changed
28+
2129
* 🛠 `boxo/namesys`: now fails when multiple valid DNSLink entries are found for the same domain. This used to cause undefined behavior before. Now, we return an error, according to the [specification](https://dnslink.dev/).
2230

2331
### Removed
@@ -32,8 +40,6 @@ The following emojis are used to highlight certain changes:
3240
* a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right [conditions were met](https://github.com/ipfs/boxo/pull/511).
3341
* no longer emits `http: superfluous response.WriteHeader` warnings when an error happens.
3442

35-
### Security
36-
3743
## [v0.15.0]
3844

3945
### Changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.15.0"
2+
"version": "v0.16.0"
33
}

0 commit comments

Comments
 (0)