Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2024
1 parent 0f2e061 commit d1e505f
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"skim": "0.14.3"
"skim": "0.14.4",
"e2e": "0.14.4",
"xtask": "0.14.4"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## [0.14.4](https://github.com/skim-rs/skim/compare/skim-v0.14.3...skim-v0.14.4) (2024-11-30)


### ⚠ BREAKING CHANGES

* do not check for expect before printing the argument of accept… ([#625](https://github.com/skim-rs/skim/issues/625))

### Features

* add `--tmux` flag (deprecates sk-tmux, fixes [#596](https://github.com/skim-rs/skim/issues/596)) ([#603](https://github.com/skim-rs/skim/issues/603)) ([a2d8c3f](https://github.com/skim-rs/skim/commit/a2d8c3f6022197727b3907562068053a8326a2a2))
* add reload action ([#604](https://github.com/skim-rs/skim/issues/604)) ([4b47244](https://github.com/skim-rs/skim/commit/4b47244922c8910930d5c02016b1c5e99409754a))
* allow more flexibility for use as a library ([#613](https://github.com/skim-rs/skim/issues/613)) ([33ca402](https://github.com/skim-rs/skim/commit/33ca4023c16b20a4ba6f3e1889efddd78ead15d6))
* do not check for expect before printing the argument of accept… ([#625](https://github.com/skim-rs/skim/issues/625)) ([bcee1f4](https://github.com/skim-rs/skim/commit/bcee1f4c028012a24ef7ebbda1f80c0decb2375e))
* readd index tiebreak ([#609](https://github.com/skim-rs/skim/issues/609)) ([0befe8d](https://github.com/skim-rs/skim/commit/0befe8d20659ef90b564f59c07a908ab0953dc0a))
* use clap & derive for options, manpage & completions ([#586](https://github.com/skim-rs/skim/issues/586)) ([7df8b77](https://github.com/skim-rs/skim/commit/7df8b77739ae5a05e8cd87bff905ee091e5afd7f))


### Bug Fixes

* allow combined multiple args (fixes [#622](https://github.com/skim-rs/skim/issues/622)) ([#623](https://github.com/skim-rs/skim/issues/623)) ([4144879](https://github.com/skim-rs/skim/commit/4144879f00f6a541637112bdb96e23101eb4acda))
* undo sk-tmux deprecation ([c9f9025](https://github.com/skim-rs/skim/commit/c9f9025da9cf0bae7802f725eebd28ebac324378))


### Miscellaneous Chores

* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232))

## 0.13.0: 2024-11-25

Features:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.14.4 (2024-11-30)


### Miscellaneous Chores

* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232))
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e2e"
version = "0.1.0"
version = "0.14.4"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion skim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.14.3"
version = "0.14.4"
authors = ["Zhang Jinzhou <[email protected]>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down
13 changes: 13 additions & 0 deletions xtask/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.14.4 (2024-11-30)


### Features

* use clap & derive for options, manpage & completions ([#586](https://github.com/skim-rs/skim/issues/586)) ([7df8b77](https://github.com/skim-rs/skim/commit/7df8b77739ae5a05e8cd87bff905ee091e5afd7f))


### Miscellaneous Chores

* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232))
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
version = "0.14.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit d1e505f

Please sign in to comment.