Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Aug 4, 2022
1 parent f6ed0b0 commit 2074891
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [4.1.0](https://github.com/maidsafe/xor_name/compare/v4.0.1...v4.1.0) (2022-08-04)


### Features

* serialize to string ([9d54992](https://github.com/maidsafe/xor_name/commit/9d54992cdf519d66524fd9fdbedb53780133c183))

### [4.0.1](https://github.com/maidsafe/xor_name/compare/v4.0.0...v4.0.1) (2022-03-18)

## [4.0.0](https://github.com/maidsafe/xor_name/compare/v3.1.0...v4.0.0) (2022-03-16)
Expand Down
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xor_name"
version = "4.0.1"
version = "4.1.0"
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
description = "Xor Type"
homepage = "http://maidsafe.net"
Expand All @@ -10,9 +10,8 @@ readme = "README.md"
repository = "https://github.com/maidsafe/xor_name"

[features]
default = ["serialize-hex"]
# Serialize `XorName` into a hex string if serializing into human-readable format
serialize-hex = ["hex", "serde_test"]
default = [ "serialize-hex" ]
serialize-hex = [ "hex", "serde_test" ]

[dependencies]
rand_core = "0.6.3"
Expand Down

0 comments on commit 2074891

Please sign in to comment.