Skip to content

Commit ab03795

Browse files
committed
chore: release v6.0.1
1 parent 78acfbc commit ab03795

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [6.0.1] - 2026-06-21
11+
12+
### Fixed
13+
- **`install.sh` corrompia o binário no `setup`.** `create_symlink` criava um symlink
14+
`~/.local/bin/agent-bar` apontando pra si mesmo (dangling) quando o binário já
15+
estava nesse caminho — caso do `install.sh` —, destruindo o executável. Agora
16+
detecta (via `canonicalize`) que o binário já está no destino e pula o symlink.
17+
`cargo install` / `cargo binstall` (instalam em `~/.cargo/bin`) não eram afetados.
18+
1019
## [6.0.0] - 2026-06-21
1120

1221
Reescrita completa de TypeScript/Bun para **Rust** (binário único), preservando

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 = "agent-bar"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
edition = "2021"
55
rust-version = "1.80"
66
license = "MIT"

packaging/aur/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = agent-bar-bin
22
pkgdesc = LLM quota monitor for Waybar (Claude, Codex, Amp) — standalone binary
3-
pkgver = 6.0.0
3+
pkgver = 6.0.1
44
pkgrel = 1
55
url = https://github.com/othavioquiliao/agent-bar
66
install = agent-bar-bin.install
@@ -10,7 +10,7 @@ pkgbase = agent-bar-bin
1010
optdepends = libnotify: desktop low/critical quota notifications
1111
provides = agent-bar
1212
conflicts = agent-bar
13-
source = agent-bar-6.0.0-x86_64.tar.gz::https://github.com/othavioquiliao/agent-bar/releases/download/v6.0.0/agent-bar-6.0.0-x86_64.tar.gz
14-
sha256sums = fa008480dfdb391208bb649e6089f3bf0e7df581b5a067edb70f2faf581c9e03
13+
source = agent-bar-6.0.1-x86_64.tar.gz::https://github.com/othavioquiliao/agent-bar/releases/download/v6.0.1/agent-bar-6.0.1-x86_64.tar.gz
14+
sha256sums = 0000000000000000000000000000000000000000000000000000000000000000
1515

1616
pkgname = agent-bar-bin

packaging/aur/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Othavio <obsidianlab3d@gmail.com>
22
pkgname=agent-bar-bin
3-
pkgver=6.0.0
3+
pkgver=6.0.1
44
pkgrel=1
55
pkgdesc="LLM quota monitor for Waybar (Claude, Codex, Amp) — standalone binary"
66
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('waybar: status bar integration'
1515
install="${pkgname}.install"
1616
source=("agent-bar-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/agent-bar-${pkgver}-x86_64.tar.gz")
1717
# Preenchido por release a partir do .sha256 produzido pelo CI. Nunca 'SKIP'.
18-
sha256sums=('fa008480dfdb391208bb649e6089f3bf0e7df581b5a067edb70f2faf581c9e03')
18+
sha256sums=('0000000000000000000000000000000000000000000000000000000000000000')
1919

2020
package() {
2121
install -Dm755 "${srcdir}/agent-bar" "${pkgdir}/usr/bin/agent-bar"

0 commit comments

Comments
 (0)