Skip to content

Commit

Permalink
Merge pull request #31 from tamada/release/v2.0.0-beta-4
Browse files Browse the repository at this point in the history
Release/v2.0.0 beta 4
  • Loading branch information
tamada authored Dec 6, 2024
2 parents 2271342 + 5a09f16 commit d6e14a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
hugo-version: 'extended_0.129.0'
extended: true

- name: Checkout
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ license = false
eula = false

[dependencies]
clap = { version = "4.5.5", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
rand = "0.8.5"
rust-embed = "8.4.0"
rust-embed = "8.5.0"

[build-dependencies]
clap = { version = "4.5.5", features = ["derive"] }
clap_complete = "4.5.7"
toml = "0.8.14"
clap_complete = "4.5.38"
toml = "0.8.19"

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pygmentsStyle = "pygments"
project_tagline = "get next/previous sibling directory name"
dateFormat = "2006-01-02"
katex = true
version = "2.0.0-beta-3"
version = "2.0.0-beta-4"
footer = "[![GitHub](https://img.shields.io/badge/GitHub-tamada/sibling-blueviolet.svg?logo=github)](https://github.com/tamada/sibling) Made with [Hugo](https://gohugo.io/). Theme by [Cayman](https://github.com/zwbetz-gh/cayman-hugo-theme). Deployed to [GitHub Pages](https://pages.github.com/)."

[menu]
Expand Down
7 changes: 3 additions & 4 deletions docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ title: ":anchor: Installation"
Install `sibling` via [Homebrew](https://brew.sh), simply run:

```sh
brew tap tamada/brew
brew install sibling
brew install tamada/tap/sibling
```

And put the following snipeets into your shell profile (e.g., `.bash_profile`, or `.zshrc`)
Expand Down Expand Up @@ -36,6 +35,6 @@ $ cargo build

- Rust 1.78 or later
- Dependencies (See `Cargo.toml`)
- clap 4.5.5
- clap 4.5.23
- rand 0.8.5
- rust-embed 8.4.0
- rust-embed 8.5.0

0 comments on commit d6e14a8

Please sign in to comment.