From 7e9c25a7ff0acbb265b180d4e8c816cbcd25e83e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Aug 2021 05:57:13 +0000 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cdf93fc..117d6fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.0](https://github.com/maidsafe/xor_name/compare/v1.2.1...v1.3.0) (2021-08-06) + + +### Features + +* insert returns bool ([7e36f9d](https://github.com/maidsafe/xor_name/commit/7e36f9dfeb49765b281625f07ec64fd320c666d2)) +* prefix map ([83be995](https://github.com/maidsafe/xor_name/commit/83be99545a3dda1fdb9d0c13a9d18a757bec8538)) +* remove get_equal_or_ancestor ([4c2c7ed](https://github.com/maidsafe/xor_name/commit/4c2c7ed40db22f14a8548d8bb6e36589a0111165)) +* use BTreeMap add get_matching_prefix make prune pub ([069767c](https://github.com/maidsafe/xor_name/commit/069767ce0e98a86e9b04f8efa2c91225968e022d)) + ### [1.2.1](https://github.com/maidsafe/xor_name/compare/v1.2.0...v1.2.1) (2021-06-08) ## [1.2.0](https://github.com/maidsafe/xor_name/compare/v1.1.12...v1.2.0) (2021-04-19) diff --git a/Cargo.toml b/Cargo.toml index 05feb419..b9f18170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xor_name" -version = "1.2.1" +version = "1.3.0" authors = [ "MaidSafe Developers " ] description = "Xor Type" homepage = "http://maidsafe.net" @@ -19,7 +19,7 @@ rand_core = "0.5.1" [dependencies.rand] version = "~0.7.3" default-features = false - features = ["std"] + features = [ "std" ] [dependencies.serde] version = "1.0.113"