Skip to content

Commit c90a1a3

Browse files
committed
chore: release 0.2.0
• [MSN] No active missions on the board • [EXC] Board idle, no stories queued or active • [HLT] 2 warnings, no structural errors detected
1 parent 0a7b386 commit c90a1a3

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
edition = "2024"
1414
authors = ["keel contributors"]
1515
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ nix run github:spoke-sh/keel
4040

4141
```bash
4242
keel upgrade
43-
keel upgrade --ref v0.1.0
43+
keel upgrade --ref v0.2.0
4444
```
4545

4646
### Manual Download

RELEASE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nix run github:spoke-sh/keel
2727

2828
```bash
2929
keel upgrade
30-
keel upgrade --ref v0.1.0
30+
keel upgrade --ref v0.2.0
3131
keel upgrade --ref 533fa5b8
3232
```
3333

@@ -58,24 +58,24 @@ Bump the version number in `Cargo.toml`. We follow [Semantic Versioning](https:/
5858
```toml
5959
# Cargo.toml
6060
[workspace.package]
61-
version = "0.1.0" # Update this
61+
version = "0.2.0" # Update this
6262
```
6363

6464
### 2. Commit and Push
6565
Commit the version bump to the `main` branch.
6666

6767
```bash
6868
git add Cargo.toml
69-
git commit -m "chore: bump version to 0.1.0"
69+
git commit -m "chore: bump version to 0.2.0"
7070
git push origin main
7171
```
7272

7373
### 3. Create and Push a Tag
7474
Create a git tag corresponding to the new version (must start with `v`).
7575

7676
```bash
77-
git tag v0.1.0
78-
git push origin v0.1.0
77+
git tag v0.2.0
78+
git push origin v0.2.0
7979
```
8080

8181
### 4. Automated Workflow

website/docs/start-here/install-keel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ keel upgrade
6161
If you need a specific upstream tag or commit instead of the latest published release, Keel can build and install it through the same installer flow:
6262

6363
```bash
64-
keel upgrade --ref v0.1.0
64+
keel upgrade --ref v0.2.0
6565
keel upgrade --ref 533fa5b8
6666
```
6767

website/docs/workflows/upgrading-keel-and-syncing-instructions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Typical upgrade commands:
9797

9898
```bash
9999
keel upgrade
100-
keel upgrade --ref v0.1.0
100+
keel upgrade --ref v0.2.0
101101
keel upgrade --ref 533fa5b8
102102
```
103103

0 commit comments

Comments
 (0)