Skip to content

Commit d78b264

Browse files
committed
Release v0.1.1 - Include Cargo.lock for reproducible builds
1 parent 44a09b0 commit d78b264

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Thumbs.db
4040
*.tmp
4141
/tmp/
4242

43+
# AUR build files
44+
/aur-lxtui/
45+
*.tar.gz
46+
4347
# Debug artifacts
4448
*.dSYM/
4549

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 = "lxtui"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["LXTUI Contributors"]
66
description = "A modern terminal user interface for managing LXC/LXD containers with intuitive keyboard shortcuts and real-time operation tracking"

0 commit comments

Comments
 (0)