Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 4, 2016
1 parent 66f6e54 commit 126c23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 5.1.0 (04/01/2015)

### New features

* Vertically align sexps with `C-c SPC`. This can also be done automatically (as part of indentation) by turning on `clojure-align-forms-automatically`.
Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://github.com/clojure-emacs/clojure-mode
;; Keywords: languages clojure clojurescript lisp
;; Version: 5.1.0-cvs
;; Version: 5.1.0
;; Package-Requires: ((emacs "24.3"))

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -77,7 +77,7 @@
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))

(defconst clojure-mode-version "5.1.0-snapshot"
(defconst clojure-mode-version "5.1.0"
"The current version of `clojure-mode'.")

(defface clojure-keyword-face
Expand Down

0 comments on commit 126c23a

Please sign in to comment.