Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Sep 13, 2017
1 parent 0f0c19f commit 4ed4661
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ have the exported Markdown files.
=org-hugo--date-time-regexp=. Earlier time zones ahead of UTC (with
=+= sign) were not detected as dates in =org-hugo--quote-string= and
thus were unnecessarily quoted.
** 0.1.3
- Now a HUGO key value set to ="nil"=, like =#+HUGO_CODE_FENCE: nil=,
will evaluate as /nil/ instead of /t/, as now
=org-hugo--plist-get-true-p= is used to parse boolean keys instead
of =plist-get=.
* Debug
If the =ox-hugo= exports do not work as expected, or if you get an
error backtrace,
Expand Down
5 changes: 5 additions & 0 deletions doc/ox-hugo-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Markdown]] flavor.
=org-hugo--date-time-regexp=. Earlier time zones ahead of UTC (with
=+= sign) were not detected as dates in =org-hugo--quote-string= and
thus were unnecessarily quoted.
** 0.1.3
- Now a HUGO key value set to ="nil"=, like =#+HUGO_CODE_FENCE: nil=,
will evaluate as /nil/ instead of /t/, as now
=org-hugo--plist-get-true-p= is used to parse boolean keys instead
of =plist-get=.
* Note to Future Contributors
:PROPERTIES:
:CUSTOM_ID: note-to-future-contributors
Expand Down
2 changes: 1 addition & 1 deletion doc/ox-hugo.wiki
2 changes: 1 addition & 1 deletion ox-hugo.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; URL: https://github.com/kaushalmodi/ox-hugo
;; Package-Requires: ((emacs "24.5") (org "9.0"))
;; Keywords: Org, markdown, docs
;; Version: 0.1.2
;; Version: 0.1.3

;;; Commentary:

Expand Down

0 comments on commit 4ed4661

Please sign in to comment.