branch: externals/bnf-mode commit 548c33bc482908d4e7a75bf0c569bca75ec0a944 Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Bump version --- .travis.yml | 1 + CHANGELOG.org | 4 +++- bnf-mode.el | 2 +- test/bnf-mode-font-test.el | 2 +- test/test-helper.el | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89608c8..8f71308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,6 +100,7 @@ deploy: skip_cleanup: true on: tags: true + condition: $EMACS_VERSION = 26.1 repo: sergeyklay/bnf-mode notifications: diff --git a/CHANGELOG.org b/CHANGELOG.org index 01de194..0f7bc58 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this project adheres to [[http://semver.org][Semantic Versioning]]. -** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.2...HEAD][Unreleased]] +** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.0...HEAD][Unreleased]] + +*** [[https://github.com/sergeyklay/bnf-mode/compare/0.3.2...0.4.0][0.4.0]] - 2019-04-21 *** Added - Added =comment-start-skip= to help comment commands recognize comments - Return back =comment-start= and =comment-end= removed in [[https://github.com/sergeyklay/bnf-mode/commit/83f0e0fc144e453bcce459d2d655a7b48e77953e][83f0e0f]] diff --git a/bnf-mode.el b/bnf-mode.el index 387dc51..4ff9e2f 100644 --- a/bnf-mode.el +++ b/bnf-mode.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.2 +;; Version: 0.4.0 ;; URL: https://github.com/sergeyklay/bnf-mode ;; Keywords: languages ;; Package-Requires: ((cl-lib "0.5") (emacs "24.3")) diff --git a/test/bnf-mode-font-test.el b/test/bnf-mode-font-test.el index d25f54b..655146d 100644 --- a/test/bnf-mode-font-test.el +++ b/test/bnf-mode-font-test.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.2 +;; Version: 0.4.0 ;; URL: https://github.com/sergeyklay/bnf-mode ;; This file is NOT part of GNU Emacs. diff --git a/test/test-helper.el b/test/test-helper.el index 5bbfc83..1f5be9e 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.2 +;; Version: 0.4.0 ;; URL: https://github.com/sergeyklay/bnf-mode ;; This file is NOT part of GNU Emacs.