Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.5"
".": "0.1.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/Xevion/usage-indicator/compare/v0.1.5...v0.1.6) (2025-11-23)


### Performance Improvements

* Remove sccache and optimize Rust cache for better hit rates ([29d63c9](https://github.com/Xevion/usage-indicator/commit/29d63c9bc43b99b85622314a56ea77fd2e81f81b))

## [0.1.5](https://github.com/Xevion/usage-indicator/compare/v0.1.4...v0.1.5) (2025-11-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "usage-indicator",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usage-indicator"
version = "0.1.5"
version = "0.1.6"
description = "A system tray application for monitoring usage statistics of rate-limited cloud services."
authors = ["Ryan Walters"]
edition = "2024"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "usage-indicator",
"version": "0.1.5",
"version": "0.1.6",
"identifier": "com.xevion.usage-indicator",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down
Loading