Skip to content

Commit c608c2c

Browse files
committed
bump version to v0.3.1
1 parent 2df0249 commit c608c2c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -19,7 +19,7 @@ reqwest = { version = "0.13.1", features = ["blocking"] }
1919
tar = "0.4"
2020

2121
[workspace.package]
22-
version = "0.3.0"
22+
version = "0.3.1"
2323
edition = "2024"
2424

2525
[workspace.lints.clippy]

main.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ import (
2424
// Although `componentize-go` is written in Rust, we can use this wrapper to
2525
// make it available using e.g. `go install` and/or `go tool`.
2626
func main() {
27-
// This is hard-coded to point to the latest canary release, which is
28-
// appropriate for the `main` branch, but should be changed to the tag
29-
// name for each tagged release.
30-
//
31-
// TODO: Can we automate updating this for each release?
32-
release := "canary"
27+
release := "v0.3.1"
3328

3429
directories := userdirs.ForApp(
3530
"componentize-go",

0 commit comments

Comments
 (0)