Skip to content

Commit 1c48ecd

Browse files
authored
chore: release v0.1.8
1 parent 88392fa commit 1c48ecd

File tree

3 files changed

+84
-44
lines changed

3 files changed

+84
-44
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.8](https://github.com/jvanbuel/flowrs/compare/v0.1.7...v0.1.8) - 2025-01-31
11+
12+
### Fixed
13+
14+
- allow using Left/Right keys for switching between TaskInstance logs
15+
16+
### Other
17+
18+
- Make state field optional so running DagRuns can be deserialized correctly
19+
1020
## [0.1.7](https://github.com/jvanbuel/flowrs/compare/v0.1.6...v0.1.7) - 2025-01-20
1121

1222
### Fixed

Cargo.lock

+73-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowrs-tui"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
description = "Flowrs is a Terminal User Interface (TUI) for Apache Airflow"
66
license = "MIT"

0 commit comments

Comments
 (0)