Skip to content

Commit

Permalink
release: v0.5.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Jan 25, 2024
1 parent dc25ca6 commit f999f56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-01-25
### Changed
- Fixed tests of CAR requests with `entity-bytes` and negative indexing. [PR](https://github.com/ipfs/gateway-conformance/pull/190) (BREAKING CHANGE)
- Fixed IPNS provisioning with Kubo. [PR](https://github.com/ipfs/gateway-conformance/pull/192)

## [0.4.2] - 2023-11-20
### Changed
- Fixed versioning in Docker containers. [PR](https://github.com/ipfs/gateway-conformance/pull/179)
Expand Down
5 changes: 5 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,8 @@ It's also possible to run test suite locally and use `make ./reports/output.html
### How to enable debug logging

Set the environment variable `GOLOG_LOG_LEVEL="conformance=debug"` to toggle debug logging.

### How to make a new release

Create a new PR that modifies CHANGELOG.md,
see [changelog-driven-release#how-it-works](https://github.com/ipdxco/changelog-driven-release#how-it-works) for more details.

0 comments on commit f999f56

Please sign in to comment.