Skip to content

Commit

Permalink
yek: Add version 0.16.0 (#14831)
Browse files Browse the repository at this point in the history
  • Loading branch information
StudentWeis authored Feb 2, 2025
1 parent 7cd9c0b commit a7d1827
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bucket/yek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.16.0",
"description": "A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption",
"homepage": "https://github.com/bodo-run/yek",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/bodo-run/yek/releases/download/v0.16.0/yek-x86_64-pc-windows-msvc.zip",
"hash": "dcb9382f47541b8d616d14689cc480244415af987c51f767135fac58ad02cf92"
}
},
"extract_dir": "yek-x86_64-pc-windows-msvc",
"bin": "yek.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bodo-run/yek/releases/download/v$version/yek-x86_64-pc-windows-msvc.zip"
}
}
}
}

0 comments on commit a7d1827

Please sign in to comment.