Skip to content

Commit

Permalink
release: v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 19, 2025
1 parent e451b9e commit 58ad969
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.13.4] - 2025-01-19

### Features


### Bug Fixes

- fix: lint

### Other Changes



## [0.13.3] - 2025-01-19

### Features
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yek"
version = "0.13.3"
version = "0.13.4"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions Formula/yek.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Yek < Formula
desc "A tool to chunk and serialize repository content for LLM consumption"
homepage "https://github.com/bodo-run/yek"
version "0.13.3"
version "0.13.4"
head "https://github.com/bodo-run/yek.git", branch: "main"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bodo-run/yek/releases/download/v#{version}/yek-aarch64-apple-darwin.tar.gz"
sha256 "e6652fa0792e2b12a47a8eed7d832d29a284a408b7b7d882458d47cb163f0931" # arm64
sha256 "2a4edcb4b767b6e53dff37a8d4889fa635f19e43b6a508a6c54f807eac031303" # arm64
else
url "https://github.com/bodo-run/yek/releases/download/v#{version}/yek-x86_64-apple-darwin.tar.gz"
sha256 "34896ad65e8ae7c5e93d90e87f15656b67ed5b7596492863d1da80e548ba7301" # x86_64
Expand Down

0 comments on commit 58ad969

Please sign in to comment.