Skip to content

Commit

Permalink
Release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yashs662 committed Aug 2, 2024
1 parent 9fa462f commit fffdd54
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 68 deletions.
133 changes: 71 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-kanban"
version = "0.10.2"
version = "0.10.3"
authors = ["Yash Sharma <yashs662@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -12,15 +12,15 @@ categories = ["command-line-utilities", "text-editors"]
[dependencies]
log = "0.4.22"
ratatui = { version = "0.27.0", features = ["serde"] }
crossterm = "0.27.0"
tokio = { version = "1.38.0", features = ["full"] }
crossterm = "0.28.1"
tokio = { version = "1.39.2", features = ["full"] }
chrono = "0.4.38"
textwrap = "0.16.1"
eyre = "0.6.12"
home = "0.5.9"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
clap = { version = "4.5.9", features = ["derive"] }
serde_json = "1.0.122"
clap = { version = "4.5.13", features = ["derive"] }
uuid = { version = "1.10.0", features = ["v4"] }
regex = "1.10.5"
linked-hash-map = "0.5.6"
Expand All @@ -33,5 +33,5 @@ base64 = "0.22.1"
bunt = "0.2.8"
strum = "0.26.3"
strum_macros = "0.26.4"
portable-atomic = "1.6.0"
portable-atomic = "1.7.0"
unicode-width = "0.1.13"
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changes in Version 0.10.3

- View card popup now respects configured date time format for card created, modified and completed fields
- You can now switch between hour minute and seconds with the left and right Actions in addition to the switch focus keybinding
- Updated Deps

Changes in Version 0.10.2
=========================
Expand Down

0 comments on commit fffdd54

Please sign in to comment.