Skip to content

Commit 5300721

Browse files
authored
feat: update randomx (#60)
* update randomx * up version
1 parent 55739d1 commit 5300721

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/tari-project/randomx-rs/compare/v1.1.15...v1.2.0) (2023-08-22)
6+
### Feature
7+
8+
Update random-x core library to commit hash (901f8ef765e7c274852dcb4d477247fd6747a5b8)
9+
510
### [1.1.15](https://github.com/tari-project/randomx-rs/compare/v1.1.14...v1.1.15) (2023-05-19)
611

712
### [1.1.14](https://github.com/tari-project/randomx-rs/compare/v1.1.13...v1.1.14) (2022-12-07)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/randomx-rs"
66
homepage = "https://tari.com"
77
readme = "README.md"
88
license = "BSD-3-Clause"
9-
version = "1.1.15"
9+
version = "1.2.0"
1010
edition = "2018"
1111
build = "build.rs"
1212

0 commit comments

Comments
 (0)