Skip to content

Commit

Permalink
release: v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Oct 14, 2023
1 parent 871161d commit c592e3f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.7.4]

### Added

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.7.3" "A whale-based mode-line")
(package "whale-line" "0.7.4" "A whale-based mode-line")

(package-file "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.7.3
CURRENT_PACKAGE_VERSION=0.7.4
UPDATE_VERSION_FILES=Cask \
whale-line.el \
whale-line-core.el \
Expand Down
6 changes: 3 additions & 3 deletions whale-line-core.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.7.3
;; Version: 0.7.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: faces mode-line

Expand Down Expand Up @@ -747,7 +747,7 @@ See underlying macro for the usage of ARGS."
(whale-line--create-stateful-segment ,name ,@args)))

(defalias 'whale-line-create-static-segment 'whale-line-create-stateful-segment)
(make-obsolete 'whale-line-create-static-segment 'whale-line-create-stateful-segment "0.7.3")
(make-obsolete 'whale-line-create-static-segment 'whale-line-create-stateful-segment "0.7.4")

;;;###autoload
(defmacro whale-line-create-stateless-segment (name &rest args)
Expand All @@ -760,7 +760,7 @@ See underlying macro for the usage of ARGS."
(whale-line--create-stateless-segment ,name ,@args)))

(defalias 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment)
(make-obsolete 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment "0.7.3")
(make-obsolete 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment "0.7.4")

;;;###autoload
(defmacro whale-line-create-augment (name &rest args)
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.7.3
;; Version: 0.7.4
;; Package-Requires: ((emacs "27.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.7.3
;; Version: 0.7.4
;; Package-Requires: ((emacs "27.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.7.3
;; Version: 0.7.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: faces mode-line

Expand Down

0 comments on commit c592e3f

Please sign in to comment.