Skip to content

Commit

Permalink
bump versions to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 5, 2024
1 parent 8817242 commit 89590ef
Show file tree
Hide file tree
Showing 5 changed files with 62 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

## [Unreleased]
## [2.0.0] - 2024-06-05

### Added

Expand Down
111 changes: 55 additions & 56 deletions Cargo.lock

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

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

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

# env_logger = "0.10"

cln-rpc = "0.1.8"
cln-rpc = "0.1.9"
# cln-rpc = { path="../lightning/cln-rpc/", version = "^0.1" }
cln-plugin = "0.1.8"
cln-plugin = "0.1.9"
# cln-plugin = { path="../lightning/plugins/", version = "^0.1" }

tabled = "0.15"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![latest release on CLN v24.02.1](https://github.com/daywalker90/sling/actions/workflows/latest_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v24.02.yml) [![latest release on CLN v23.11.2](https://github.com/daywalker90/sling/actions/workflows/latest_v23.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v23.11.yml) [![latest release on CLN v23.08.1](https://github.com/daywalker90/sling/actions/workflows/latest_v23.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v23.08.yml)
[![latest release on CLN v24.05](https://github.com/daywalker90/sling/actions/workflows/latest_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v24.05.yml) [![latest release on CLN v24.02.1](https://github.com/daywalker90/sling/actions/workflows/latest_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v24.02.yml) [![latest release on CLN v23.11.2](https://github.com/daywalker90/sling/actions/workflows/latest_v23.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/latest_v23.11.yml)

[![main on CLN v24.02.1](https://github.com/daywalker90/sling/actions/workflows/main_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v24.02.yml) [![main on CLN v23.11.2](https://github.com/daywalker90/sling/actions/workflows/main_v23.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v23.11.yml) [![main on CLN v23.08.1](https://github.com/daywalker90/sling/actions/workflows/main_v23.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v23.08.yml)
[![main on CLN v24.05](https://github.com/daywalker90/sling/actions/workflows/main_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v24.05.yml) [![main on CLN v24.02.1](https://github.com/daywalker90/sling/actions/workflows/main_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v24.02.yml) [![main on CLN v23.11.2](https://github.com/daywalker90/sling/actions/workflows/main_v23.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/sling/actions/workflows/main_v23.11.yml)

# sling
A core lightning plugin to automatically rebalance multiple channels.
Expand Down
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: 1.6.0
version: 2.0.0
lang: rust
install: |
cargo build --release && cp target/release/sling . && cargo clean
Expand Down

0 comments on commit 89590ef

Please sign in to comment.