Skip to content

Commit

Permalink
chore(version): release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Jul 7, 2024
1 parent 2916ebd commit 20179a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0](https://github.com/liuyinz/mise.el/compare/v0.2.0..v0.3.0) - 2024-07-07

### Bug Fixes

- solve #1, do not start mise-mode if parent directory does not exit - ([f94860f](https://github.com/liuyinz/mise.el/commit/f94860f7e3b6fdaea7eb79beff8f4662f137752b))
- delay mise--update when mise is enabled to run default mode hook first - ([92c24f0](https://github.com/liuyinz/mise.el/commit/92c24f06d8d47028ea30ba1c27808ed638372c12))

### Refactoring

- use -each instead - ([3044e22](https://github.com/liuyinz/mise.el/commit/3044e2217136885ebf1b41f478ba1ebf6fc770b6))
- update experimental feature condition - ([dcb1487](https://github.com/liuyinz/mise.el/commit/dcb1487ffd45ea51d00fdccd0c49be5dc2830dc1))
- use mise--message function to send message instead - ([36250ac](https://github.com/liuyinz/mise.el/commit/36250acaf2a2f5f46c18f4121369a5641b0ab766))
- mise debug info style - ([34a3450](https://github.com/liuyinz/mise.el/commit/34a34505ec72d984329881884ed05311cc0aa133))
- remove unused var - ([39c4cb8](https://github.com/liuyinz/mise.el/commit/39c4cb8639d9dd3382954680f62846fbb551e44c))

## [0.2.0](https://github.com/liuyinz/mise.el/compare/v0.1.0..v0.2.0) - 2024-05-26

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion mise.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.2.0
;; Version: 0.3.0
;; Package-Requires: ((emacs "29.1") (inheritenv "0.2") (dash "2.19.1"))
;; Keywords: tools, processes
;; Homepage: https://github.com/liuyinz/mise.el
Expand Down

0 comments on commit 20179a5

Please sign in to comment.