Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Jan 4, 2024
1 parent 21451a4 commit fb6caab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 pueue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pueue"
version = "3.3.2"
version = "3.3.3"
description = "A cli tool for managing long running shell commands."
keywords = ["shell", "command", "parallel", "task", "queue"]
readme = "../README.md"
Expand Down

3 comments on commit fb6caab

@jirutka
Copy link

@jirutka jirutka commented on fb6caab Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Size difference for pueue: 5908 KiB -> 6212 KiB (3.3.2 -> 3.3.3)

Where is this additional bloat from?

@Nukesor
Copy link
Owner Author

@Nukesor Nukesor commented on fb6caab Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. Looking at the binary size, I assume you're on windows?
I don't really track binary release size so I didn't even notice.
Many dependencies were bumped and a few changed, especially for windows. I assume that has something to with that.

@Nukesor
Copy link
Owner Author

@Nukesor Nukesor commented on fb6caab Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually use upx to compress binaries for most releases. For Windows this is sadly no option, since this triggers malware detection heuristics.

Please sign in to comment.