Skip to content

Commit

Permalink
feat: move to v0.1.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Jul 22, 2023
1 parent 78ed813 commit 24e354a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
release-as: 0.1.0-alpha.1
release-as: 0.1.0-alpha.2
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hok"
description = "Hok is a CLI implementation of Scoop in Rust"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Chawye Hsu <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand All @@ -29,7 +29,7 @@ env_logger = "0.8.3"
indicatif = "0.17.0"
regex = "1.5.3"
remove_dir_all = "0.7.0"
libscoop = { version = "0.1.0-alpha.1", path = "./crates/libscoop" }
libscoop = { version = "0.1.0-alpha.2", path = "./crates/libscoop" }
sysinfo = "0.29"


Expand Down
2 changes: 1 addition & 1 deletion crates/libscoop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libscoop"
description = "Rust library implementation of Scoop"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Chawye Hsu <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/libscoop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This crate provides manipulation of [Scoop](https://scoop.sh/) from Rust.

```toml
[dependencies]
libscoop = "0.1.0-alpha.1"
libscoop = "0.1"
```

## License
Expand Down
3 changes: 2 additions & 1 deletion crates/scoop_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name = "scoop-hash"
description = "Hashing library for libscoop"
homepage = "https://github.com/chawyehsu/hok"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Chawye Hsu <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
readme = "README.md"

[[bench]]
name = "md5"
Expand Down
2 changes: 1 addition & 1 deletion crates/scoop_hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in the future when it is ready.

```toml
[dependencies]
scoop-hash = "0.1.0-alpha.1"
scoop-hash = "0.1"
```

## Bench
Expand Down

0 comments on commit 24e354a

Please sign in to comment.