Skip to content

Commit

Permalink
final touchups for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Dec 10, 2024
1 parent d2bc25d commit 38b9c2a
Showing 4 changed files with 60 additions and 63 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [3.0.0] - Unreleased
## [3.0.0] - 2024-12-10

### Added

109 changes: 53 additions & 56 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sling"
version = "2.1.1"
version = "3.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,10 +18,10 @@ tokio = { version = "1", features = ["fs","sync","rt-multi-thread"] }

# env_logger = "0.10"

# cln-rpc = "0.2"
cln-rpc = { path="../lightning/cln-rpc/", version = "^0.2" }
# cln-plugin = "0.2"
cln-plugin = { path="../lightning/plugins/", version = "^0.2" }
cln-rpc = "0.3"
# cln-rpc = { path="../lightning/cln-rpc/", version = "^0.2" }
cln-plugin = "0.3"
# cln-plugin = { path="../lightning/plugins/", version = "^0.2" }

tabled = "0.17"
num-format = "0.4"
2 changes: 1 addition & 1 deletion coffee.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin:
name: sling
version: 2.1.1
version: 3.0.0
lang: rust
install: |
cargo build --release && cp target/release/sling . && cargo clean

0 comments on commit 38b9c2a

Please sign in to comment.