Skip to content

Commit

Permalink
chore(release): 2.2.10 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.10](v2.2.9...v2.2.10) (2024-02-09)

### Configurations

* **org-capture:** unnarrowed for c, finalize t with tags ([24cd8c0](24cd8c0))
* **org:** ask for note when leaving blocked state ([e8169c3](e8169c3))
* **prelude:** don't hide upgrade compilation ([f9d4272](f9d4272))
* **ship-mate:** enable newly factored out modes ([ca78302](ca78302))
* **ship-mate:** enable ship-mate-dinghy-global-mode ([1084a8d](1084a8d))
* **vertico:** easier binding for vertico-multiform-vertical ([37017e8](37017e8))

### Bug Fixes

* **js:** use JSON mode for rc files ([4a5d740](4a5d740))
* **org-capture:** pass project to find tasks file ([e0108f2](e0108f2))
* **workspace:** allow relative paths for parent project ([ff27028](ff27028))

### Improvements

* **config:** don't fold style guide ([55251b3](55251b3))
* **org-capture:** template to add new task for other project ([c7ce0f9](c7ce0f9))
* **prelude:** ask to restart after successful upgrade ([726944e](726944e))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 61a2934 commit 463a457
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.2.10](https://github.com/Walheimat/wal-emacs/compare/v2.2.9...v2.2.10) (2024-02-09)


### Configurations

* **org-capture:** unnarrowed for c, finalize t with tags ([24cd8c0](https://github.com/Walheimat/wal-emacs/commit/24cd8c0d74bdea8bf5a02017a32e7d71cb9592b6))
* **org:** ask for note when leaving blocked state ([e8169c3](https://github.com/Walheimat/wal-emacs/commit/e8169c3f6568b8aade8d5cdc762e43061ed7db25))
* **prelude:** don't hide upgrade compilation ([f9d4272](https://github.com/Walheimat/wal-emacs/commit/f9d4272d9f679636b3ba1a912628428638018ce2))
* **ship-mate:** enable newly factored out modes ([ca78302](https://github.com/Walheimat/wal-emacs/commit/ca7830212bab0cf83b621d855ac1bce1de0e02ea))
* **ship-mate:** enable ship-mate-dinghy-global-mode ([1084a8d](https://github.com/Walheimat/wal-emacs/commit/1084a8dfd3a31dc451e9638401e183e1a4d3c4c3))
* **vertico:** easier binding for vertico-multiform-vertical ([37017e8](https://github.com/Walheimat/wal-emacs/commit/37017e848b9b5111c6b849f1ca28b97446d4e72a))


### Bug Fixes

* **js:** use JSON mode for rc files ([4a5d740](https://github.com/Walheimat/wal-emacs/commit/4a5d74054f6476009b83b473a62eafcbe0286a04))
* **org-capture:** pass project to find tasks file ([e0108f2](https://github.com/Walheimat/wal-emacs/commit/e0108f277652c343073baa2f002c39e7abccbe45))
* **workspace:** allow relative paths for parent project ([ff27028](https://github.com/Walheimat/wal-emacs/commit/ff2702861d32f795d8fc2121376d5b4540a0808e))


### Improvements

* **config:** don't fold style guide ([55251b3](https://github.com/Walheimat/wal-emacs/commit/55251b3622a601cc22a7af82f7f5037a1a5580cd))
* **org-capture:** template to add new task for other project ([c7ce0f9](https://github.com/Walheimat/wal-emacs/commit/c7ce0f936ea39c85a7a4988d26c457962f426e33))
* **prelude:** ask to restart after successful upgrade ([726944e](https://github.com/Walheimat/wal-emacs/commit/726944e4022b48b38aaabcb9e8b0861aa6be1d44))

## [2.2.9](https://github.com/Walheimat/wal-emacs/compare/v2.2.8...v2.2.9) (2024-01-28)


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.9
CURRENT_PACKAGE_VERSION=2.2.10
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.9
;; Version: 2.2.10
;; 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.9
;; Version: 2.2.10
;; Package-Requires: ((emacs "29.1"))

;;; Commentary:
Expand Down

0 comments on commit 463a457

Please sign in to comment.