[PR #1492] [MERGED] feat(logging): log commit for non-tagged versions #4215

Closed
opened 2026-05-22 23:58:01 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1492
Author: @JakeStanger
Created: 5/17/2026
Status: Merged
Merged: 5/17/2026
Merged by: @JakeStanger

Base: masterHead: feat/log-commit


📝 Commits (1)

  • 898b61a feat(logging): log commit for non-tagged versions

📊 Changes

4 files changed (+162 additions, -3 deletions)

View changed files

📝 Cargo.lock (+132 -2)
📝 Cargo.toml (+3 -0)
build.rs (+19 -0)
📝 src/main.rs (+8 -1)

📄 Description

When running an Ironbar version compiled from a commit that is not associated with a release, the hash is now appended to the version string

2026-05-17T15:56:41.955370Z  INFO ironbar: 194: Ironbar version 0.19.0-pre-0e04c58

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1492 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/17/2026 **Status:** ✅ Merged **Merged:** 5/17/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/log-commit` --- ### 📝 Commits (1) - [`898b61a`](https://github.com/JakeStanger/ironbar/commit/898b61a5485908554fdfa089a6324bfaabe4fcb2) feat(logging): log commit for non-tagged versions ### 📊 Changes **4 files changed** (+162 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+132 -2) 📝 `Cargo.toml` (+3 -0) ➕ `build.rs` (+19 -0) 📝 `src/main.rs` (+8 -1) </details> ### 📄 Description When running an Ironbar version compiled from a commit that is not associated with a release, the hash is now appended to the version string ``` 2026-05-17T15:56:41.955370Z INFO ironbar: 194: Ironbar version 0.19.0-pre-0e04c58 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:58:01 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#4215
No description provided.