From 6a6a6b8b1fb4e65fc7e95bd92617734c790077fa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Jan 2021 22:03:13 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4deea..223b011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,7 @@ 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.1 (2021-01-19) + ### [0.1.0](https://github.com/maidsafe/sn_launch_tool/compare/v0.1.0...v0.1.0) (2021-01-07) * Initial implementation diff --git a/Cargo.toml b/Cargo.toml index eeefcb6..5adcfd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,12 @@ [package] name = "brb_dt_at2" -version = "0.1.0" +version = "1.0.1" description = "An implementation of AT2 as a BRBDataType inside the BRB framework" authors = [ "David Rusu " ] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/brb_dt_at2" edition = "2018" - [dependencies] crdts = "5.0.0" brb = "1.0.1"