File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.0] - 2024-01-25
10
+ ### Changed
11
+ - Fixed tests of CAR requests with ` entity-bytes ` and negative indexing. [ PR] ( https://github.com/ipfs/gateway-conformance/pull/190 ) (BREAKING CHANGE)
12
+ - Fixed IPNS provisioning with Kubo. [ PR] ( https://github.com/ipfs/gateway-conformance/pull/192 )
13
+
9
14
## [ 0.4.2] - 2023-11-20
10
15
### Changed
11
16
- Fixed versioning in Docker containers. [ PR] ( https://github.com/ipfs/gateway-conformance/pull/179 )
Original file line number Diff line number Diff line change @@ -93,3 +93,8 @@ It's also possible to run test suite locally and use `make ./reports/output.html
93
93
### How to enable debug logging
94
94
95
95
Set the environment variable ` GOLOG_LOG_LEVEL="conformance=debug" ` to toggle debug logging.
96
+
97
+ ### How to make a new release
98
+
99
+ Create a new PR that modifies CHANGELOG.md,
100
+ see [ changelog-driven-release#how-it-works] ( https://github.com/ipdxco/changelog-driven-release#how-it-works ) for more details.
You can’t perform that action at this time.
0 commit comments