Skip to content

Commit e16f5cd

Browse files
committed
v0.7.3
1 parent 4340523 commit e16f5cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "complgen"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
edition = "2024"
55
description = "Declarative bash/fish/zsh completions without writing shell scripts"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ PS> hello --color=<TAB>
7777
## Installation
7878

7979
```sh
80-
cargo install --git https://github.com/adaszko/complgen --tag v0.7.2 complgen
80+
cargo install --git https://github.com/adaszko/complgen --tag v0.7.3 complgen
8181
```
8282

8383
## Syntax

0 commit comments

Comments
 (0)