Skip to content

Commit

Permalink
chore(version): Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Nov 15, 2023
1 parent ebfed8d commit af56984
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "commit"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
homepage = "https://github.com/alt-art/commit"
repository = "https://github.com/alt-art/commit"
Expand All @@ -15,9 +15,9 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inquire = "0.6.2"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
dirs = "5.0.1"
anyhow = "1.0.75"

Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ yay -S commits
> Verify what is the latest release [here](https://github.com/alt-art/commit/releases)
```bash
wget https://github.com/alt-art/commit/releases/download/0.6.0/commit_0.6.0_amd64.deb
apt install ./commit_0.6.0_amd64.deb
wget https://github.com/alt-art/commit/releases/download/0.7.0/commit_0.7.0_amd64.deb
apt install ./commit_0.7.0_amd64.deb
```

### Fedora

> Verify what is the latest release [here](https://github.com/alt-art/commit/releases)
```bash
wget https://github.com/alt-art/commit/releases/download/0.6.0/commit_0.6.0_x86_64.rpm
dnf install ./commit_0.6.0_x86_64.rpm
wget https://github.com/alt-art/commit/releases/download/0.7.0/commit_0.7.0_x86_64.rpm
dnf install ./commit_0.7.0_x86_64.rpm
```

### Install from source
Expand Down

0 comments on commit af56984

Please sign in to comment.