Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ardumont committed Apr 28, 2020
1 parent 75e5dfa commit eda9650
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion markdown-toc-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "markdown-toc" "0.1.2" "A simple TOC generator for markdown file"
(define-package "markdown-toc" "0.1.3" "A simple TOC generator for markdown file"
'((s "1.9.0")
(dash "2.11.0")
(markdown-mode "2.1")))
4 changes: 2 additions & 2 deletions markdown-toc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Maintainer: Antoine R. Dumont (@ardumont)
;; URL: http://github.com/ardumont/markdown-toc
;; Created: 24th May 2014
;; Version: 0.1.2
;; Version: 0.1.3
;; Keywords: markdown, toc, tools,
;; Package-Requires: ((markdown-mode "2.1") (dash "2.11.0") (s "1.9.0"))

Expand Down Expand Up @@ -62,7 +62,7 @@
(require 'dash)
(require 'markdown-mode)

(defconst markdown-toc--toc-version "0.1.2" "Current version installed.")
(defconst markdown-toc--toc-version "0.1.3" "Current version installed.")

(defgroup markdown-toc nil
"A simple TOC generator for markdown file."
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.1.3

- [X] Update ci tools
- [X] Update tools using pinned nix-shell
- [X] Take back control on the old 0.1.3 branch
- [X] Deal properly with heading containing `_` - Closes #43
- [X] markdown-imenu-create-nested-index function definition is void - Closes #29

# 0.1.2

- [X] Make markdown-toc-header-toc-* customizable - Closes #26
Expand Down
3 changes: 2 additions & 1 deletion todo.org
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#+title: dev backlog
#+author: ardumont

* IN-PROGRESS 0.1.3 [100%]
* DONE 0.1.3 [100%]
CLOSED: [2020-04-28 Tue 18:47]
- [X] Update ci tools
- [X] Update tools using pinned nix-shell
- [X] Take back control on the old 0.1.3 branch
Expand Down

0 comments on commit eda9650

Please sign in to comment.