Skip to content

Commit

Permalink
release v0.14.1 (fix release CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Nov 28, 2024
1 parent 68f1c40 commit c28f81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ jobs:
git config user.name 'skim release action'
git add CHANGELOG.md
git commit -m 'update CHANGELOG.md after release ${{ github.ref_name }}'
git push origin test-ci
git push
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 skim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.14.0"
version = "0.14.1"
authors = ["Zhang Jinzhou <[email protected]>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down

0 comments on commit c28f81c

Please sign in to comment.