Skip to content

Commit efe7789

Browse files
chore: release master (#672)
Co-authored-by: skim-rs-bot[bot] <190268553+skim-rs-bot[bot]@users.noreply.github.com>
1 parent 44342c6 commit efe7789

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"skim": "0.15.7",
3-
"e2e": "0.18.0",
4-
"xtask": "0.18.0"
3+
"e2e": "0.1.0",
4+
"xtask": "0.1.0"
55
}

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55

66

7+
## [0.1.0](https://github.com/skim-rs/skim/compare/e2e-v0.18.0...e2e-v0.1.0) (2025-01-22)
8+
9+
10+
### Features
11+
12+
* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731))
13+
14+
15+
### Bug Fixes
16+
17+
* clippy pedantic on main.rs ([04541d5](https://github.com/skim-rs/skim/commit/04541d515b3f46243a7f590a81022ee0a2d1a34e))
18+
* fix --tmux quoting ([#643](https://github.com/skim-rs/skim/issues/643)) ([1abf545](https://github.com/skim-rs/skim/commit/1abf545ed953dcb9b26a7926df2df105be662c6f))
19+
720
## [0.18.0](https://github.com/skim-rs/skim/compare/e2e-v0.17.0...e2e-v0.18.0) (2024-12-27)
821

922

e2e/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e2e"
3-
version = "0.18.0"
3+
version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]

xtask/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99

1010

11+
## [0.1.0](https://github.com/skim-rs/skim/compare/xtask-v0.18.0...xtask-v0.1.0) (2025-01-22)
12+
13+
14+
### Features
15+
16+
* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731))
17+
1118
## [0.18.0](https://github.com/skim-rs/skim/compare/xtask-v0.17.0...xtask-v0.18.0) (2024-12-27)
1219

1320

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "0.18.0"
3+
version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)