Skip to content

Commit

Permalink
bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed May 3, 2024
1 parent e25a46a commit b34d39d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# Changelog

## [0.1.9] - 2024-05-03

### Added

- Check for lost channel state in CLN v24.02+
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vitality"
version = "0.1.8"
version = "0.1.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion coffee.yml
@@ -1,6 +1,6 @@
plugin:
name: vitality
version: 0.1.6
version: 0.1.9
lang: rust
install: |
cargo build --release && cp target/release/vitality . && cargo clean
Expand Down

0 comments on commit b34d39d

Please sign in to comment.