Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
This fixes #83.
  • Loading branch information
bbatsov committed Aug 10, 2021
1 parent 6958cb5 commit 3445e7e
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)

## 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`.
Expand Down
4 changes: 2 additions & 2 deletions crux.el
Original file line number Diff line number Diff line change
@@ -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 <bozhidar@batsov.com>
;; URL: https://github.com/bbatsov/crux
;; Version: 0.4.0-snapshot
;; Version: 0.4.0
;; Keywords: convenience
;; Package-Requires: ((seq "1.11"))

Expand Down

0 comments on commit 3445e7e

Please sign in to comment.