branch: externals/denote-markdown
commit 2f62d7975d943ba2eef21b031bf9207d128db8a9
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update to denote-markdown 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         | 8 ++++----
 denote-markdown.el | 2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 292580253e..8cbef02ace 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
 # Denote Markdown extras
 
-WORK-IN-PROGRESS: 
<https://protesilaos.com/codelog/2025-02-11-emacs-splitting-denote-many-packages/>.
-
 The `denote-markdown` package provides some convenience functions to
 better integrate Markdown with Deonte. This is mostly about converting
 links from one type to another so that they can work in different
@@ -15,7 +13,7 @@ their setup to use the `denote-markdown` package. This can be 
done by
 replacing all instances of `denote-md-extras` with `denote-markdown`
 across their configuration.
 
-+ Package name (GNU ELPA): `denote-markdown` (⚠️ Not available yet)
++ Package name (GNU ELPA): `denote-markdown`
 + Official manual: <https://protesilaos.com/emacs/denote-markdown>
 + Git repository: <https://github.com/protesilaos/denote-markdown>
 + Backronyms: Denote... Markdown's Ambitious Reimplimentations
diff --git a/README.org b/README.org
index 52a6e446db..f8734bd8e5 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-markdown.texi
 #+texinfo_filename: denote-markdown.info
 #+texinfo_dir_category: Emacs misc features
@@ -31,7 +31,7 @@ commit, is explicitly marked as such.
 
 Current development target is {{{development-version}}}.
 
-+ Package name (GNU ELPA): ~denote-markdown~ (⚠️ Not available yet)
++ Package name (GNU ELPA): ~denote-markdown~
 + Official manual: <https://protesilaos.com/emacs/denote-markdown>
 + Git repository: <https://github.com/protesilaos/denote-markdown>
 + Backronyms: Denote... Markdown's Ambitious Reimplimentations
diff --git a/denote-markdown.el b/denote-markdown.el
index 7e29a48084..0de88f597d 100644
--- a/denote-markdown.el
+++ b/denote-markdown.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com>
 ;; URL: https://github.com/protesilaos/denote-markdown
-;; 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