Skip to content

Commit

Permalink
release v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 24, 2024
1 parent 0a2e66e commit 69d27dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Rust L402 development

## v2.0.0-beta.2

- Added Rust Nostr updates
- Added Tonic support to HTTP Client and Server

## v2.0.0-beta.1

- Pre release of the new version of the library.
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.1"
version = "2.0.0-beta.2"
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.1"
rust_l402 = "2.0.0-beta.2"
```

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

0 comments on commit 69d27dd

Please sign in to comment.