Skip to content

Commit

Permalink
docs: fix misc. errors around changelogs and manifests
Browse files Browse the repository at this point in the history
Detected by #4620.

Pull-Request: #4630.
  • Loading branch information
thomaseizinger authored Oct 13, 2023
1 parent 7120529 commit 0626e2e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ libp2p-perf = { version = "0.2.0", path = "protocols/perf" }
libp2p-ping = { version = "0.43.1", path = "protocols/ping" }
libp2p-plaintext = { version = "0.40.1", path = "transports/plaintext" }
libp2p-pnet = { version = "0.23.0", path = "transports/pnet" }
libp2p-quic = { version = "0.9.2", path = "transports/quic" }
libp2p-quic = { version = "0.9.3", path = "transports/quic" }
libp2p-relay = { version = "0.16.1", path = "protocols/relay" }
libp2p-rendezvous = { version = "0.13.0", path = "protocols/rendezvous" }
libp2p-upnp = { version = "0.1.1", path = "protocols/upnp" }
Expand Down
29 changes: 12 additions & 17 deletions misc/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.12.3

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]
### Changed
- Add libp2p-lookup to Dockerfile to enable healthchecks.

Expand All @@ -16,14 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[PR 4467]: https://github.com/libp2p/rust-libp2p/pull/4467

## [0.12.2]
## 0.12.2
### Fixed
- Adhere to `--metrics-path` flag and listen on `0.0.0.0:8888` (default IPFS metrics port).
[PR 4392]

[PR 4392]: https://github.com/libp2p/rust-libp2p/pull/4392

## [0.12.1]
## 0.12.1
### Changed
- Move to tokio and hyper.
See [PR 4311].
Expand All @@ -32,40 +27,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[PR 4311]: https://github.com/libp2p/rust-libp2p/pull/4311

## [0.8.0]
## 0.8.0
### Changed
- Remove mplex support.

## [0.7.0]
## 0.7.0
### Changed
- Update to libp2p v0.47.0.

## [0.6.0] - [2022-05-05]
## 0.6.0 - 2022-05-05
### Changed
- Update to libp2p v0.44.0.

## [0.5.4] - [2022-01-11]
## 0.5.4 - 2022-01-11
### Changed
- Pull latest autonat changes.

## [0.5.3] - [2021-12-25]
## 0.5.3 - 2021-12-25
### Changed
- Update dependencies.
- Pull in autonat fixes.

## [0.5.2] - [2021-12-20]
## 0.5.2 - 2021-12-20
### Added
- Add support for libp2p autonat protocol via `--enable-autonat`.

## [0.5.1] - [2021-12-20]
## 0.5.1 - 2021-12-20
### Fixed
- Update dependencies.
- Fix typo in command line flag `--enable-kademlia`.

## [0.5.0] - 2021-11-18
## 0.5.0 - 2021-11-18
### Changed
- Disable Kademlia protocol by default.

## [0.4.0] - 2021-11-18
## 0.4.0 - 2021-11-18
### Fixed
- Update dependencies.
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libp2p-quic"
version = "0.9.2"
version = "0.9.3"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
rust-version = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions transports/websocket-websys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 0.2.0 - unreleased
## 0.2.0 - unreleased

- Add Websys Websocket transport.

# 0.1.0
## 0.1.0

- Crate claimed.

0 comments on commit 0626e2e

Please sign in to comment.