Skip to content

Commit

Permalink
chore(release): 2.2.12 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.12](v2.2.11...v2.2.12) (2024-03-02)

### Configurations

* **cape, tempel:** include into CAPF ([2b2c521](2b2c521))
* **consult:** bind consult-line to user-prefixed M-l ([79d6b9d](79d6b9d))
* **embark:** embark-dwim with meta, remove parallel usage ([ce820c9](ce820c9))
* **project:** bind project-find-dir ([282bd40](282bd40))
* **register:** user-prefixed i jumps, meta stores ([682100b](682100b))
* **ship-mate:** bind new command to default ([d4452cb](d4452cb))
* **various:** use meta to access command maps or transients ([030b3c0](030b3c0))
* **whale-line:** enable whale-line-iconify ([a1fa228](a1fa228))

### Improvements

* **windows:** re-introduce ace-window ([c972d91](c972d91))
  • Loading branch information
semantic-release-bot committed Mar 2, 2024
1 parent 80a5db3 commit 7e3dc18
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.2.12](https://github.com/Walheimat/wal-emacs/compare/v2.2.11...v2.2.12) (2024-03-02)


### Configurations

* **cape, tempel:** include into CAPF ([2b2c521](https://github.com/Walheimat/wal-emacs/commit/2b2c52113d92ddbf4fef12e1cf62e5ada6feacd9))
* **consult:** bind consult-line to user-prefixed M-l ([79d6b9d](https://github.com/Walheimat/wal-emacs/commit/79d6b9d9cd98cc71877141decd8c0ab68190a2af))
* **embark:** embark-dwim with meta, remove parallel usage ([ce820c9](https://github.com/Walheimat/wal-emacs/commit/ce820c93fe1126992656e68dd68d3edbceb47733))
* **project:** bind project-find-dir ([282bd40](https://github.com/Walheimat/wal-emacs/commit/282bd40538ec7a87dcc17d6a5c429851186c26f0))
* **register:** user-prefixed i jumps, meta stores ([682100b](https://github.com/Walheimat/wal-emacs/commit/682100bf2251351c73b70d6f848dda7a27696bdf))
* **ship-mate:** bind new command to default ([d4452cb](https://github.com/Walheimat/wal-emacs/commit/d4452cbec4457befea658e95cff32d88d9a73d1e))
* **various:** use meta to access command maps or transients ([030b3c0](https://github.com/Walheimat/wal-emacs/commit/030b3c091f54cbcb7b0c076b252622c98ae6d17c))
* **whale-line:** enable whale-line-iconify ([a1fa228](https://github.com/Walheimat/wal-emacs/commit/a1fa2280b0937780c229126b5a5287aba59da639))


### Improvements

* **windows:** re-introduce ace-window ([c972d91](https://github.com/Walheimat/wal-emacs/commit/c972d9142245c09a6bd59a710028e40f315e9157))

## [2.2.11](https://github.com/Walheimat/wal-emacs/compare/v2.2.10...v2.2.11) (2024-02-24)


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PACKAGE_MARKER=$(HOME)/.emacs.d/elpa/whale-line/whale-line.el

PACKAGE_NAME=wal-emacs
CURRENT_PACKAGE_VERSION=2.2.11
CURRENT_PACKAGE_VERSION=2.2.12
LOCAL_DEPS=build
LOCAL_PHONY_DEPS=ensure-init $(PACKAGE_MARKER)
CI_DEPS=build
Expand Down
2 changes: 1 addition & 1 deletion lib/wal-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Example for advising =:around=.
#+BEGIN_SRC emacs-lisp
;;; wal-config.el --- Walheimat's literate Emacs configuration. -*- lexical-binding: t -*-

;; Version: 2.2.11
;; Version: 2.2.12
;; Package-Requires: ((emacs "28.1"))

;;; Commentary:
Expand Down
2 changes: 1 addition & 1 deletion wal.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Krister Schuchardt <[email protected]>
;; Homepage: https://github.com/Walheimat/wal-emacs
;; Version: 2.2.11
;; Version: 2.2.12
;; Package-Requires: ((emacs "29.1"))

;;; Commentary:
Expand Down

0 comments on commit 7e3dc18

Please sign in to comment.