Skip to content

Commit c09153b

Browse files
committed
release: v0.5.0
1 parent 193833b commit c09153b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
914
## [0.4.2] - 2023-11-20
1015
### Changed
1116
- Fixed versioning in Docker containers. [PR](https://github.com/ipfs/gateway-conformance/pull/179)

docs/development.md

+5
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ It's also possible to run test suite locally and use `make ./reports/output.html
9393
### How to enable debug logging
9494

9595
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.

0 commit comments

Comments
 (0)