Skip to content

Commit

Permalink
bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 16, 2024
1 parent 7eecf7c commit 85ef4bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## Unreleased
## [3.0.0] - 2024-06-16

### Changed

- Merged `primitives.proto` into `hold.proto`. It was already very small and conflicting with CLN's `primitives.proto`
- Renamed proto package name from `cln` to `hold` so this plugin can stand alone and work together with cln-grpc
- Renamed proto package name from `cln` to `hold` so this plugin can stand alone and work together with `cln-grpc`


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

### Added

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
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "holdinvoice"
version = "2.0.0"
version = "3.0.0"

[dependencies]
anyhow = "1.0"
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: holdinvoice
version: 2.0.0
version: 3.0.0
lang: rust
install: |
cargo build --release && cp target/release/holdinvoice . && cargo clean
Expand Down

0 comments on commit 85ef4bd

Please sign in to comment.