summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2021-03-06 15:40:39 +0530
committerAkshay <nerdy@peppe.rs>2021-03-06 15:40:39 +0530
commit44c6faa0d1ed96ecc71865adf02db72fb96f28b1 (patch)
tree9eb4a661ddfce1eafa0c23a4108010e8842acd7a
parent0fd22fbd7be9efd03c82570a778dbb5cde20cad4 (diff)
bump to v0.2.7v0.2.7
- add GoalKinds - add Floating habits
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--dijo.14
-rw-r--r--flake.nix2
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2bd9535..30a194a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -261,7 +261,7 @@ dependencies = [
[[package]]
name = "dijo"
-version = "0.2.6"
+version = "0.2.7"
dependencies = [
"chrono",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index c7a39c2..0be73cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dijo"
-version = "0.2.6"
+version = "0.2.7"
authors = ["Akshay <nerdy@peppe.rs>"]
edition = "2018"
description = "Scriptable, curses-based, digital habit tracker"
diff --git a/dijo.1 b/dijo.1
index 7664416..2058810 100644
--- a/dijo.1
+++ b/dijo.1
@@ -1,4 +1,4 @@
-.TH DIJO 1 "January 26, 2021" dijo-0.2.3
+.TH DIJO 1 "January 26, 2021" dijo-0.2.7
.SH NAME
dijo \- digital journal
@@ -80,7 +80,7 @@ Review your progress for previous months by pressing \fB[\fR on the keyboard, si
.SH CUSTOMIZATION
.PP
-\fBdijo (>= v0.2.3)\fR, can be configured via a configuration file. After its first run, \fBdijo\fR creates a configuration file. \fBdijo\fR must be restarted for changes in the configuration file to take effect.
+\fBdijo (>= v0.2.7)\fR, can be configured via a configuration file. After its first run, \fBdijo\fR creates a configuration file. \fBdijo\fR must be restarted for changes in the configuration file to take effect.
.PP
This file is saved in different directories based on your operating system:
diff --git a/flake.nix b/flake.nix
index df2d5e7..d910720 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
in rec {
packages.my-project = naersk-lib.buildPackage {
pname = "dijo";
- version = "0.2.6";
+ version = "0.2.7";
root = ./.;
};
defaultPackage = packages.my-project;