From 44c6faa0d1ed96ecc71865adf02db72fb96f28b1 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 6 Mar 2021 15:40:39 +0530 Subject: bump to v0.2.7 - add GoalKinds - add Floating habits --- Cargo.lock | 2 +- Cargo.toml | 2 +- dijo.1 | 4 ++-- flake.nix | 2 +- 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 "] 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; -- cgit v1.2.3