Skip to content

Commit 1c01365

Browse files
committed
v0.5.0
1 parent 1d824c7 commit 1c01365

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
## 0.5.0
910
### Changed
1011

1112
- Ambiguity detection now works on an earlier compilation phase for better error messages

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.4.0"
3+
version = "0.5.0"
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
@@ -61,7 +61,7 @@ directories listed in `$fpath` variable.
6161
## Installation
6262

6363
```sh
64-
cargo install --git https://github.com/adaszko/complgen --tag v0.4.0 complgen
64+
cargo install --git https://github.com/adaszko/complgen --tag v0.5.0 complgen
6565
```
6666

6767
## Syntax

0 commit comments

Comments
 (0)