Skip to content

Commit

Permalink
Merge pull request #7 from ja-ko/release-please--branches--master--co…
Browse files Browse the repository at this point in the history
…mponents--ppoker

chore(master): release ppoker 0.2.4
  • Loading branch information
ja-ko authored Jun 3, 2024
2 parents e899534 + 2f36c93 commit 1623700
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.3"
".": "0.2.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.4](https://github.com/ja-ko/ppoker/compare/ppoker-v0.2.3...ppoker-v0.2.4) (2024-06-03)


### Bug Fixes

* **log:** write logs on panic or exit. ([7f3f093](https://github.com/ja-ko/ppoker/commit/7f3f0939c2a807aa6151e13ec6c75b2030627ab3))
* **ui:** Cleanly shutdown the tui before exitting on error ([0e39e86](https://github.com/ja-ko/ppoker/commit/0e39e86edf90b27641f4736cfd226b0a1b021fdf))
* **ui:** no longer interpret newlines when pasted. ([e899534](https://github.com/ja-ko/ppoker/commit/e899534ffc8ba3ce8bdd65f4df1b05c0205f437e))

## [0.2.3](https://github.com/ja-ko/ppoker/compare/v0.2.2...v0.2.3) (2024-06-03)


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
Expand Up @@ -3,7 +3,7 @@ name = "ppoker"
description = "Client for planning poker - https://github.com/sne11ius/pp"
authors = ["Jannik Kolodziej <[email protected]>"]
license = "EUPL-1.2"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Download the current version for your operating system from

<!-- x-release-please-start-version -->

* [Linux](https://github.com/ja-ko/ppoker/releases/download/v0.2.3/ppoker-x86_64-unknown-linux-gnu.tar.gz)
* [Windows](https://github.com/ja-ko/ppoker/releases/download/v0.2.3/ppoker-x86_64-pc-windows-msvc.zip)
* [Mac](https://github.com/ja-ko/ppoker/releases/download/v0.2.3/ppoker-x86_64-apple-darwin.tar.gz)
* [Linux](https://github.com/ja-ko/ppoker/releases/download/v0.2.4/ppoker-x86_64-unknown-linux-gnu.tar.gz)
* [Windows](https://github.com/ja-ko/ppoker/releases/download/v0.2.4/ppoker-x86_64-pc-windows-msvc.zip)
* [Mac](https://github.com/ja-ko/ppoker/releases/download/v0.2.4/ppoker-x86_64-apple-darwin.tar.gz)

<!-- x-release-please-end -->

Expand Down

0 comments on commit 1623700

Please sign in to comment.