chore: prepare non-breaking releases

Crates to be released:

- core
- misc/futures-bounded
- misc/server
- misc/webrtc-utils
- protocols/kad
- protocols/ping
- protocols/upnp
- swarm
- transports/webrtc-websys
- transports/webrtc

Pull-Request: #4537.
This commit is contained in:
Max Inden
2023-09-22 13:02:02 +02:00
committed by GitHub
parent 32df6e8747
commit 600b6af314
14 changed files with 15 additions and 16 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.12.3] - unreleased
## [0.12.3]
### Changed
- Add libp2p-lookup to Dockerfile to enable healthchecks.