Skip to content

Commit

Permalink
release v2.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 20, 2024
1 parent 139a051 commit d86cf4b
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See last changes in the library.

## v2.0.5-beta

- Fixed bugs and issues

## v2.0.4-beta

- Fixed bugs
Expand Down
279 changes: 277 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 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.4-beta"
version = "2.0.5-beta"
edition = "2021"

[dependencies]
Expand All @@ -15,6 +15,7 @@ webpki = "0.22.4"
sha2 = "0.10.8"
nostr = "0.37.0"
tokio = "1.42.0"
idna = "1.0.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To start using the Rust L402 SDK, add it to your `Cargo.toml`:

```toml
[dependencies]
rust_l402 = "2.0.4-beta"
rust_l402 = "2.0.5-beta"
```

## Example Usage
Expand Down
Loading

0 comments on commit d86cf4b

Please sign in to comment.