Skip to content

Commit

Permalink
chore(main): release 0.7.1 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 28, 2024
1 parent 499a3a6 commit edfde09
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.7.1](https://github.com/kabouzeid/turm/compare/v0.6.0...v0.7.1) (2024-07-28)


### Features

* pretty text wrapping ([51dc964](https://github.com/kabouzeid/turm/commit/51dc9645f506b89a0444db64cab6ddc0d2ecdaf0))
* toggle log text wrapping. update deps ([5243a36](https://github.com/kabouzeid/turm/commit/5243a368c173070c58ce8a51bce56be9f916ec21))
* truncated line indicator ([f347664](https://github.com/kabouzeid/turm/commit/f347664ecd94db785140eac296e37d66e203a81b))


### Bug Fixes

* correctly resolve relative log file paths ([0ecc902](https://github.com/kabouzeid/turm/commit/0ecc902f036244ed67d29eb686dcbf2c413ec51c))
* crash on resize ([6dc3b1d](https://github.com/kabouzeid/turm/commit/6dc3b1d9f387d3b2accdc34b7e8a0c42995424c9))


### Miscellaneous Chores

* release 0.7.1 ([499a3a6](https://github.com/kabouzeid/turm/commit/499a3a69059adab68444d552acc4838962db4e0b))

## [0.6.0](https://github.com/kabouzeid/turm/compare/v0.5.0...v0.6.0) (2023-09-23)


Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turm"
version = "0.6.0"
version = "0.7.1"
authors = ["Karim Abou Zeid <[email protected]>"]
description = "A TUI for the Slurm Workload Manager."
repository = "https://github.com/kabouzeid/turm"
Expand Down

0 comments on commit edfde09

Please sign in to comment.