Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Oct 1, 2024
1 parent edbeb98 commit 852ba2a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

See last changes in the library.

## v2.0.0
## v2.0.1-beta

- Fixed crates
- Fixed version
- Minimal version of the library


## v2.0.0-beta


- Breaking changes in lib, wallet, client and tokenstore
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Rust L402 Client"
license = "MIT"
repository = "https://github.com/AreaLayer/rust-l402"
homepage = "https://www.arealayer.net/projects"
version = "2.0.0-beta"
version = "2.0.1-beta"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To start using the Rust L402 SDK, add it to your `Cargo.toml`:

```toml
[dependencies]
rust_l402 = "2.0.0-beta.2"
rust_l402 = "2.0.1-beta"
```

## Example Usage
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ currently being supported with security updates.
| v2.0.0-beta.1 | :white_check_mark: |
| v2.0.0-beta.2 | :white_check_mark: |
| v2.0.0-beta | :white_check_mark: |
| v2.0.1-beta | :white_check_mark: |

0 comments on commit 852ba2a

Please sign in to comment.