Skip to content

Commit 1207b15

Browse files
committed
chore(release): prepare for v0.6.0
1 parent b87bada commit 1207b15

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cliff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ split_commits = false
8383
# regex for preprocessing the commit messages
8484
commit_preprocessors = [
8585
# Replace issue numbers
86-
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
86+
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
8787
# Check spelling of the commit with https://github.com/crate-ci/typos
8888
# If the spelling is incorrect, it will be automatically fixed.
8989
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
@@ -99,6 +99,7 @@ commit_parsers = [
9999
{ message = "^style", group = "<!-- 5 -->Styling" },
100100
{ message = "^test", group = "<!-- 6 -->Testing" },
101101
{ message = "^chore\\(release\\): prepare for", skip = true },
102+
{ message = "^chore\\(release\\): bump version", skip = true },
102103
{ message = "^chore\\(deps.*\\)", skip = true },
103104
{ message = "^chore\\(pr\\)", skip = true },
104105
{ message = "^chore\\(pull\\)", skip = true },

guide/src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releas
2424
**For a specific version** (adjust version number as needed, found at [releases] page):
2525

2626
```bash
27-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.5.3/mito-installer.sh | sh
27+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stack-rs/mitosis/releases/download/mito-v0.6.0/mito-installer.sh | sh
2828
```
2929

3030
The installer script will:

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ info:
1919
- `/admin` - Administrative operations (admin users only)
2020
- `/health` - Service health check
2121
- `/redis` - Redis connection information
22-
version: 0.5.3
22+
version: 0.6.0
2323
contact:
2424
name: Mitosis
2525
url: https://github.com/stack-rs/mitosis

0 commit comments

Comments
 (0)