Skip to content

Commit

Permalink
chore(version): release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Dec 8, 2023
1 parent b8244d2 commit 6364155
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.4.4](https://github.com/liuyinz/git-cliff.el/compare/v0.4.3..v0.4.4) - 2023-12-08

### Bug Fixes

- set right value type for defcustoms - ([c24a46c](https://github.com/liuyinz/git-cliff.el/commit/c24a46cdf39a2be00c946184611551d4ca75512c))
- autoload command git-cliff-menu correctly - ([6bd365c](https://github.com/liuyinz/git-cliff.el/commit/6bd365c883f2ec68589818fdac6925185b8b2330))

### Features

- support --bump flag in git-cliff v1.4.0 - ([b6a8c67](https://github.com/liuyinz/git-cliff.el/commit/b6a8c67c8f7468554401f1c6fe0d000d3987c13b))

### Miscellaneous Chores

- **(dependency)** update git-cliff version >=1.4.0 - ([1bc9a48](https://github.com/liuyinz/git-cliff.el/commit/1bc9a48de2fa11be3c7474c606a509e28a9a4dc9))
- **(dependency)** update transient version >=0.5.0 - ([b8244d2](https://github.com/liuyinz/git-cliff.el/commit/b8244d21136d5831e69724294099e298c962d41d))

## [0.4.3](https://github.com/liuyinz/git-cliff.el/compare/v0.4.2..v0.4.3) - 2023-10-16

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion git-cliff.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: liuyinz <liuyinz95@gmail.com>
;; Maintainer: liuyinz <liuyinz95@gmail.com>
;; Version: 0.4.3
;; Version: 0.4.4
;; Package-Requires: ((emacs "27.1") (transient "0.5.0"))
;; Keywords: tools
;; Homepage: https://github.com/liuyinz/git-cliff.el
Expand Down

0 comments on commit 6364155

Please sign in to comment.