From 55016b61ed076ae336ea54d691b63cc548a5e745 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sun, 30 Nov 2014 19:40:51 +0100 Subject: [PATCH] Release 0.1 --- CHANGES.md | 5 +++++ flycheck-ocaml.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..f95bb51 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +0.1 (Nov 30, 2014) +================== + +- Initial release +- Add `ocaml-merlin` syntax checker diff --git a/flycheck-ocaml.el b/flycheck-ocaml.el index 61411ac..d96e84e 100644 --- a/flycheck-ocaml.el +++ b/flycheck-ocaml.el @@ -5,7 +5,7 @@ ;; Author: Sebastian Wiesner ;; URL: https://github.com/flycheck/flycheck-ocaml ;; Keywords: convenience, tools, languages -;; Version: 0.1-cvs +;; Version: 0.1 ;; Package-Requires: ((emacs "24.1") (flycheck "0.22-cvs1") (merlin "2.0")) ;; This file is not part of GNU Emacs.