Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Sep 3, 2024
1 parent a6c9c00 commit 4b274e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "two_percent"
version = "0.11.27"
version = "0.12.0"
authors = [
"Zhang Jinzhou <[email protected]>",
"Robert Swinford <robert.swinford <...at...> gmail.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@ clap = { version = "3.2.25", optional = true, default-features = false, features
] }
tuikit = { version = "0.5.0", default-features = false }
vte = { version = "0.13.0", default-features = false }
fuzzy-matcher = { version = "0.3.29", default-features = false, package = "fuzzy-muff" }
fuzzy-matcher = { version = "0.4.0", default-features = false, package = "fuzzy-muff" }
rayon = { version = "1.10.0", default-features = false }
derive_builder = { version = "0.20.1", default-features = false, features = [
"alloc",
Expand Down
9 changes: 4 additions & 5 deletions sk.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH SK "1" "September 2024" "sk 0.11.27" "User Commands"
.TH SK "1" "September 2024" "sk 0.12.0" "User Commands"
.SH NAME
sk \- manual page for sk 0.11.27
sk \- manual page for sk 0.12.0
.SH DESCRIPTION
sk 0.11.27
sk 0.12.0
Jinzhou Zhang<[email protected]>
.SS "USAGE:"
.IP
Expand All @@ -13,9 +13,8 @@ sk [OPTIONS]
\fB\-0\fR, \fB\-\-exit\-0\fR
.HP
\fB\-1\fR, \fB\-\-select\-1\fR
.TP
.HP
\fB\-\-algo\fR <algo>
[default: skim_v2]
.HP
\fB\-\-ansi\fR
.HP
Expand Down
4 changes: 2 additions & 2 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.27</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.12.0</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -1892,7 +1892,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/lotabout/fuzzy-matcher ">fuzzy-muff 0.3.27</a></li>
<li><a href=" https://github.com/lotabout/fuzzy-matcher ">fuzzy-muff 0.4.0</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down

0 comments on commit 4b274e5

Please sign in to comment.