Version 0.1.6
This commit is contained in:
parent
fe75e8886a
commit
7c38f9cf32
3 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -141,7 +141,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "swaybar_info"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"regex",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "swaybar_info"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
edition = "2021"
|
||||
description = "Provides swaybar with info to be displayed"
|
||||
license = "MIT"
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
## 0.1.6
|
||||
|
||||
Minor refactoring of how the netgraph string is handled.
|
||||
|
||||
Refactoring of handling of Option types wrapping primitive values.
|
||||
|
|
Loading…
Reference in a new issue