Skip to content

Commit a466b3b

Browse files
committed
release: 0.7.0
1 parent 52f13c2 commit a466b3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
11+
## [0.7.0][0.7.0] - 2026-03-15
12+
1013
Added:
1114

1215
* `help` sub-command can show documentation of aliases
@@ -104,3 +107,4 @@ This is the very first version of `msu`.
104107
[0.4.0]:https://github.com/GochoMugo/msu/releases/tag/0.4.0
105108
[0.5.0]:https://github.com/GochoMugo/msu/releases/tag/0.5.0
106109
[0.6.0]:https://github.com/GochoMugo/msu/releases/tag/0.6.0
110+
[0.7.0]:https://github.com/GochoMugo/msu/releases/tag/0.7.0

lib/metadata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# shellcheck disable=SC2016
1212
MSU_INSTALL_LOAD_STRING='# loading msu
1313
[[ "$(command -v msu)" ]] && . msu env'
14-
MSU_VERSION="0.6.0"
14+
MSU_VERSION="0.7.0"
1515
}

0 commit comments

Comments
 (0)