Skip to content

Commit

Permalink
prepare v3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Sep 23, 2024
1 parent d1d78e8 commit e6aab1a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.1.0] - 2024-09-23

### Added
- nix flake (thanks to @RCasatta)

### Changed
- updated dependencies

## [3.0.0] - 2024-06-16

### Changed
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 = "3.0.0"
version = "3.1.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: 3.0.0
version: 3.1.0
lang: rust
install: |
cargo build --release && cp target/release/holdinvoice . && cargo clean
Expand Down

0 comments on commit e6aab1a

Please sign in to comment.