Skip to content

Commit ea11346

Browse files
committed
chore(release): bump to v0.64.0
1 parent e590b5b commit ea11346

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CREDITS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ SOFTWARE.
28522852

28532853
### MIT License
28542854
#### Used by:
2855-
- [fzf-make 0.63.0](https://github.com/kyu08/fzf-make)
2855+
- [fzf-make 0.64.0](https://github.com/kyu08/fzf-make)
28562856

28572857
```
28582858
MIT License
@@ -2942,19 +2942,19 @@ MIT License
29422942
29432943
Copyright (c) <year> <copyright holders>
29442944
2945-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2946-
associated documentation files (the "Software"), to deal in the Software without restriction, including
2947-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2948-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2945+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2946+
associated documentation files (the "Software"), to deal in the Software without restriction, including
2947+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2948+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
29492949
following conditions:
29502950
2951-
The above copyright notice and this permission notice shall be included in all copies or substantial
2951+
The above copyright notice and this permission notice shall be included in all copies or substantial
29522952
portions of the Software.
29532953
2954-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2955-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2956-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2957-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2954+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2955+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2956+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2957+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
29582958
USE OR OTHER DEALINGS IN THE SOFTWARE.
29592959
29602960
```

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fzf-make"
3-
version = "0.63.0"
3+
version = "0.64.0"
44
edition = "2024"
55
authors = ["kyu08"]
66
description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm, yarn, just, and task."

0 commit comments

Comments
 (0)