]> git.seodisparate.com - swaybar_info/commitdiff
Version 0.1.6 0.1.6
authorStephen Seo <seo.disparate@gmail.com>
Fri, 21 Oct 2022 02:59:09 +0000 (11:59 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 21 Oct 2022 02:59:09 +0000 (11:59 +0900)
Cargo.lock
Cargo.toml
Changelog.md

index 412cfc01c82a3a823e0a523d65c7b2e6215fea34..34a567e862aebf9536ab9c790bec5de9ac48fb36 100644 (file)
@@ -141,7 +141,7 @@ dependencies = [
 
 [[package]]
 name = "swaybar_info"
-version = "0.1.5"
+version = "0.1.6"
 dependencies = [
  "chrono",
  "regex",
index 94a8a1edd8db68a13bd975ba1518e3be4e188e65..c7b43b98366288ebfd99306ab77261c69a0c87cf 100644 (file)
@@ -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"
index 80803e97d88c82b3706b259d25ed716fe101f4db..7c8fee4c0c2dd0c7cf7e8d444952ee1753b74e52 100644 (file)
@@ -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.