branch: externals/denote-journal
commit 47fd533e381bd15a7308939271800b2ed87ecc5d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update to denote-journal 0.1.0
    
    The release notes will be available in the change log of Denote
    version 4.0.0, which I will publish in a few minutes.
---
 README.md         |  4 +---
 README.org        | 12 +++++-------
 denote-journal.el |  2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 875560c5da..d4bcaf47c7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
 # Denote Journal extras
 
-WORK-IN-PROGRESS: 
<https://protesilaos.com/codelog/2025-02-11-emacs-splitting-denote-many-packages/>.
-
 The `denote-journal` package makes it easier to use Denote for
 journaling. While it is possible to use the generic `denote` command
 (and related) to maintain a journal, this package defines extra
@@ -14,7 +12,7 @@ adapt their setup to use the `denote-journal` package. This 
can be
 done by replacing all instances of `denote-journal-extras` with
 `denote-journal` across their configuration.
 
-+ Package name (GNU ELPA): `denote-journal` (⚠️ Not available yet)
++ Package name (GNU ELPA): `denote-journal`
 + Official manual: <https://protesilaos.com/emacs/denote-journal>
 + Git repository: <https://github.com/protesilaos/denote-journal>
 + Backronym: Denote... Journaling Obviously Utilises Reasonableness
diff --git a/README.org b/README.org
index 8aad1017bc..ff38a2dc06 100644
--- a/README.org
+++ b/README.org
@@ -4,9 +4,9 @@
 #+language: en
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
-#+macro: stable-version 0.0.0
-#+macro: release-date N/A
-#+macro: development-version 0.1.0-dev
+#+macro: stable-version 0.1.0
+#+macro: release-date 2025-04-15
+#+macro: development-version 0.2.0-dev
 #+export_file_name: denote-journal.texi
 #+texinfo_filename: denote-journal.info
 #+texinfo_dir_category: Emacs misc features
@@ -30,7 +30,7 @@ commit, is explicitly marked as such.
 
 Current development target is {{{development-version}}}.
 
-+ Package name (GNU ELPA): ~denote-journal~ (⚠️ Not available yet)
++ Package name (GNU ELPA): ~denote-journal~
 + Official manual: <https://protesilaos.com/emacs/denote-journal>
 + Git repository: <https://github.com/protesilaos/denote-journal>
 + Backronym: Denote... Journaling Obviously Utilises Reasonableness
@@ -233,8 +233,6 @@ includes just the file's identifier.
 :CUSTOM_ID: h:integrate-with-the-calendar-to-view-or-create-journal-entries
 :END:
 
-[ Part of {{{development-version}}}. ]
-
 #+findex: denote-journal-calendar-new-or-existing
 The command ~denote-journal-calendar-new-or-existing~ creates a new
 journal entry for the date at point in the =M-x calendar= buffer. If
@@ -299,7 +297,7 @@ custom string, or a symbol:
 
 - When ~denote-journal-title-format~ is set to an empty or blank
   string (string with only spaces), then new journal entries will not
-  use a file title. [ Part of {{{development-version}}}. ]
+  use a file title.
 
 - When ~denote-journal-title-format~ is set to a symbol, it is one
   among =day= (results in a title like =Tuesday=), =day-date-month-year=
diff --git a/denote-journal.el b/denote-journal.el
index 494ec875ce..134d577f97 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com>
 ;; URL: https://github.com/protesilaos/denote-journal
-;; Version: 0.0.0.1
+;; Version: 0.1.0
 ;; Package-Requires: ((emacs "28.1") (denote "3.1.0"))
 
 ;; This file is NOT part of GNU Emacs.

Reply via email to