branch: elpa/crux commit 3445e7e027592c50505c5237ed1484715d2a3892 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Release 0.4.0 This fixes #83. --- CHANGELOG.md | 2 ++ crux.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21946d1..18199dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.4.0 (2021-08-10) + ### New features * [#65](https://github.com/bbatsov/crux/pull/65): Add a configuration option to move using visual lines in `crux-move-to-mode-line-start`. diff --git a/crux.el b/crux.el index a6ca1fa..41054ab 100644 --- a/crux.el +++ b/crux.el @@ -1,10 +1,10 @@ ;;; crux.el --- A Collection of Ridiculously Useful eXtensions -*- lexical-binding: t -*- ;; -;; Copyright © 2015-2020 Bozhidar Batsov +;; Copyright © 2015-2021 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov <bozhi...@batsov.com> ;; URL: https://github.com/bbatsov/crux -;; Version: 0.4.0-snapshot +;; Version: 0.4.0 ;; Keywords: convenience ;; Package-Requires: ((seq "1.11"))