From 2b85cfc0b1e5372bb36cb3ed4c82321054b1f055 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Sun, 11 Dec 2022 22:09:51 +0100 Subject: [PATCH] release v0.20.0 (#803) --- README.md | 8 +------- version.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c774998a3..8a9eb57af 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai) [![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io) -[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23yellow) [![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht) -[![Build Status](https://travis-ci.org/libp2p/go-libp2p-kad-dht.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-kad-dht) [![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) -> A Kademlia DHT implementation on go-libp2p +> A Go implementation of [libp2p Kademlia DHT specification](https://github.com/libp2p/specs/tree/master/kad-dht) ## Table of Contents @@ -37,7 +35,3 @@ Small note: If editing the README, please conform to the [standard-readme](https ## License [MIT](LICENSE) © Protocol Labs Inc. - ---- - -The last gx published version of this module was: 4.4.34: QmXuNFLZc6Nb5akB4sZsxK3doShsFKT1sZFvxLXJvZQwAW diff --git a/version.json b/version.json index 0a972ecb1..82c63e503 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.19.0" + "version": "v0.20.0" }