Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #207 from BitSwap-BiFi/main
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
22388o authored Mar 12, 2024
2 parents 62aef6e + d87433c commit 628b197
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/.Cargo.lock
/.Cargo.toml
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

See last versions and releases around Bitswap development

## Alpha - v1.0.23

**Highlights**

- Fixed dependencies
- RGB20 interface update
- Bitcoin functions

## Alpha - v1.0.22

**Highlights**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["rgb-core", "rust-dlc", "bitswap", "payjoin", "aluvm", "baid58"]

[package]
name = "Bitswap_Core"
version = "1.0.22-alpha"
version = "1.0.23-alpha"
edition = "2021"
description = "AMM DEX on RGB Protocol and Lightning Network"
license = "Business Source License 1.1"
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: bitswap core
Type: Binary
Kind: Source Available
Network: Bitcoin Testnet
Version: 1.0.22-alpha
Version: 1.0.23-alpha
License: Business Source License 1.1
Language: Rust
Compiler: 1.76
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ See last security versions and releases around Bitswap development
| Alpha-v1.0.20 ||
| Alpha-v1.0.21 ||
| Alpha-v1.0.22 ||
| Alpha-v1.0.23 ||

2 changes: 1 addition & 1 deletion server/amm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amm_server"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]

cli = "1.0.22-alpha"
cli = "1.0.23-alpha"

[dev.dependencies]
src = "cli"
Expand Down
2 changes: 1 addition & 1 deletion src/dex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
name = "src/dex"
version = "1.0.21-alpha"
version = "1.0.23-alpha"
2 changes: 1 addition & 1 deletion src/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspcae]
name = "src/vm"
version = "1.0.22-alpha"
version = "1.0.23-alpha"

0 comments on commit 628b197

Please sign in to comment.