Compare commits

...

3 Commits

Author SHA1 Message Date
6006c9d0e8 fix(ci): Ensure the Release Crate job fetches the most recent commit before publishing the crate [skip ci] 2024-11-25 19:58:34 -07:00
github-actions[bot]
c93543186a chore: Bump the version in Cargo.lock 2024-11-26 02:49:11 +00:00
github-actions[bot]
e1b74d7a36 bump: version 0.3.3 → 0.3.4 [skip ci] 2024-11-26 02:49:07 +00:00
4 changed files with 10 additions and 2 deletions
+6
View File
@@ -120,8 +120,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Ensure repository is up-to-date
run: |
git fetch --all
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+2
View File
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.3.4 (2024-11-26)
## v0.3.3 (2024-11-26)
### Fix
Generated
+1 -1
View File
@@ -1303,7 +1303,7 @@ dependencies = [
[[package]]
name = "managarr"
version = "0.3.3"
version = "0.3.5"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "managarr"
version = "0.3.3"
version = "0.3.5"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "A TUI and CLI to manage your Servarrs"
keywords = ["managarr", "ratatui", "dashboard", "servarr", "tui"]