Skip to content

Commit

Permalink
chore(release): 0.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.1](v0.9.0...v0.9.1) (2024-10-13)

### Improvements

* **buffer-ident:** allow truncating additional segments ([bd2c3d8](bd2c3d8))
* **buffer-identification:** subtract project-root ([8c53da4](8c53da4))
* **segments:** change priority current-low=>current ([934115e](934115e))
* **tab-bar-segment:** always use the name ([0a6b47f](0a6b47f))
  • Loading branch information
semantic-release-bot committed Oct 13, 2024
1 parent 0a6b47f commit 6b2f3f7
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.9.1](https://github.com/Walheimat/whale-line/compare/v0.9.0...v0.9.1) (2024-10-13)


### Improvements

* **buffer-ident:** allow truncating additional segments ([bd2c3d8](https://github.com/Walheimat/whale-line/commit/bd2c3d8a5f7e9974f3970f953682be4551cd57f4))
* **buffer-identification:** subtract project-root ([8c53da4](https://github.com/Walheimat/whale-line/commit/8c53da402ca12d7b7068b89f851610056ce388e6))
* **segments:** change priority current-low=>current ([934115e](https://github.com/Walheimat/whale-line/commit/934115e5fd83a52f56b46458e1f6186359e57327))
* **tab-bar-segment:** always use the name ([0a6b47f](https://github.com/Walheimat/whale-line/commit/0a6b47ff38541198780531d9155c848dd36fee96))

# [0.9.0](https://github.com/Walheimat/whale-line/compare/v0.8.5...v0.9.0) (2024-06-29)


Expand Down
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(depends-on "compat")
(depends-on "shut-up"))

(package "whale-line" "0.9.0" "A whale-based mode-line")
(package "whale-line" "0.9.1" "A whale-based mode-line")

(files
"whale-line.el"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME=whale-line
PACKAGE_SUFFIX=tar

CURRENT_PACKAGE_VERSION=0.9.0
CURRENT_PACKAGE_VERSION=0.9.1
UPDATE_VERSION_FILES=Cask \
whale-line.el \
whale-line-segments.el \
Expand Down
2 changes: 1 addition & 1 deletion whale-line-edit.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/whale-line
;; Version: 0.9.0
;; Version: 0.9.1
;; Package-Requires: ((emacs "29.1"))
;; Keywords: faces mode-line

Expand Down
2 changes: 1 addition & 1 deletion whale-line-iconify.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/whale-line
;; Version: 0.9.0
;; Version: 0.9.1
;; Package-Requires: ((emacs "28.1"))

;;; Commentary:
Expand Down
2 changes: 1 addition & 1 deletion whale-line-segments.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/whale-line
;; Version: 0.9.0
;; Version: 0.9.1
;; Package-Requires: ((emacs "29.1"))
;; Keywords: faces mode-line

Expand Down
2 changes: 1 addition & 1 deletion whale-line.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/whale-line
;; Version: 0.9.0
;; Version: 0.9.1
;; Package-Requires: ((emacs "27.1"))
;; Keywords: faces mode-line

Expand Down

0 comments on commit 6b2f3f7

Please sign in to comment.