Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 59bca1b

Browse files
committed
v0.3.0-beta.1 release
1 parent 0842f0e commit 59bca1b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
33

4+
v0.3.0-beta.1
5+
-------------
6+
- Removing all dublicated code present in upstream repos
7+
- Removing tokio, features & async-trait dependencies, switching to
8+
microservices engine
9+
- RGB-20, 21, 22, 23 data structures extracted to crates in RGB Core Lib
10+
- Refactored directory structure into a simplier one
11+
- Removed dependencies on regexp etc
12+
- Improved use of features to minimize upstream dependencies and version
13+
conflicts
14+
- SQL and NoSQL storage engines made optional
15+
416
v0.3.0-alpha.1
517
--------------
618
- Migration on RGB Core library and v0.3 of LNP/BP libraries

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rgb_node"
33
description = "RGB node"
4-
version = "0.3.0-alpha.2"
4+
version = "0.3.0-beta.1"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
77
keywords = ["bitcoin", "node", "layer-2", "smart-contracts", "rgb"]

0 commit comments

Comments
 (0)