Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Automated version bump + changelog for v1.0.5 #22

Merged
merged 1 commit into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.5](https://github.com/maidsafe/brb_node_qp2p/compare/v1.0.4...v1.0.5) (2021-02-09)

### [1.0.4](https://github.com/maidsafe/brb_node_qp2p/compare/v1.0.3...v1.0.4) (2021-02-04)

### [1.0.3](https://github.com/maidsafe/brb_node_qp2p/compare/v1.0.2...v1.0.3) (2021-02-04)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brb_node_qp2p"
version = "1.0.4"
version = "1.0.5"
description = "a simple P2P node (CLI) for interactively using BRB"
authors = [ "David Rusu <davidrusu.me@gmail.com>" ]
license = "MIT OR BSD-3-Clause"
Expand Down