[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/markdown-mode eecf2f20b0 1/2: Update for releasing 2.5
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/markdown-mode eecf2f20b0 1/2: Update for releasing 2.5 |
Date: |
Fri, 11 Feb 2022 10:58:29 -0500 (EST) |
branch: elpa/markdown-mode
commit eecf2f20b097f9e6a0eaf938af967122fbec35dd
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Shohei YOSHIDA <syohex@gmail.com>
Update for releasing 2.5
---
CHANGES.md | 2 --
README.md | 10 ++++++----
markdown-mode.el | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 042e915849..a2d6813204 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,5 @@
# Markdown Mode 2.5
-*Under development*
-
* **Breaking changes:**
- `markdown-do` supports following link [GH-666][]
This changes behavior of `markdown-do` at table
diff --git a/README.md b/README.md
index 4103efefaf..bde33d9b30 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,15 @@
[leanpub-badge]: https://img.shields.io/badge/leanpub-guide-orange.svg
markdown-mode is a major mode for editing [Markdown][]-formatted
-text. The latest stable version is markdown-mode 2.4, released on
-May 30, 2020. See the [release notes][] for details.
+text. The latest stable version is markdown-mode 2.5, released on
+Feb 12, 2022. See the [release notes][] for details.
markdown-mode is free software, licensed under the GNU GPL,
version 3 or later.

[Markdown]: http://daringfireball.net/projects/markdown/
-[release notes]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.4
+[release notes]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.5
## Documentation
@@ -108,7 +108,7 @@ to load automatically by adding the following to your init
file:
(add-to-list 'auto-mode-alist '("README\\.md\\'" . gfm-mode))
```
-[markdown-mode.el]:
https://raw.githubusercontent.com/jrblevin/markdown-mode/v2.4/markdown-mode.el
+[markdown-mode.el]:
https://raw.githubusercontent.com/jrblevin/markdown-mode/v2.5/markdown-mode.el
**Development Version**
@@ -1092,6 +1092,7 @@ first version was released on May 24, 2007.
* 2017-05-26: [Version 2.2][]
* 2017-08-31: [Version 2.3][]
* 2020-05-30: [Version 2.4][]
+ * 2022-02-12: [Version 2.5][]
[Version 1.1]: https://jblevins.org/projects/markdown-mode/rev-1-1
[Version 1.2]: https://jblevins.org/projects/markdown-mode/rev-1-2
@@ -1108,3 +1109,4 @@ first version was released on May 24, 2007.
[Version 2.2]: https://jblevins.org/projects/markdown-mode/rev-2-2
[Version 2.3]: https://jblevins.org/projects/markdown-mode/rev-2-3
[Version 2.4]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.4
+[Version 2.5]: https://github.com/jrblevin/markdown-mode/releases/tag/v2.5
diff --git a/markdown-mode.el b/markdown-mode.el
index 585dc859af..91f2200cc6 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -6,7 +6,7 @@
;; Author: Jason R. Blevins <jblevins@xbeta.org>
;; Maintainer: Jason R. Blevins <jblevins@xbeta.org>
;; Created: May 24, 2007
-;; Version: 2.5-dev
+;; Version: 2.5
;; Package-Requires: ((emacs "25.1"))
;; Keywords: Markdown, GitHub Flavored Markdown, itex
;; URL: https://jblevins.org/projects/markdown-mode/
@@ -55,7 +55,7 @@
;;; Constants =================================================================
-(defconst markdown-mode-version "2.5-dev"
+(defconst markdown-mode-version "2.5"
"Markdown mode version number.")
(defconst markdown-output-buffer-name "*markdown-output*"