Skip to content

Commit

Permalink
release: v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 19, 2025
1 parent 263bdcc commit 78e3897
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.13.3] - 2025-01-19

### Features


### Bug Fixes

- fix: get version using cargo pkgid

### Other Changes

- refactor: remove duplicate formula update from release workflow
- chore: remove semantic release and sync versions


## [0.13.2] - 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.2"
version = "0.13.3"
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.2"
version "0.13.3"
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 "110971f28072cb5276e5fe5b5cefa9c35057233cf294662fbf9ee77ee2968b70" # arm64
sha256 "e6652fa0792e2b12a47a8eed7d832d29a284a408b7b7d882458d47cb163f0931" # 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 78e3897

Please sign in to comment.