Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adaszko committed Sep 1, 2023
1 parent de968f6 commit 473c965
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
target: ${{ matrix.target }}
- name: Build the release binaries
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.1.1

### Added

- Binary releases on GitHub

### Fixed

- Bug in parser where descriptions were being distributed too generously.

## 0.1.0

### Added

- Add a Homebrew tap formula for automatic updates on new versions.
Expand All @@ -24,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Bug in parser where descriptions were being distributed too generously.

- In Bash integration script, `grep --color=<TAB>` didn't complete anything.

- Bug in JIT mode: Completing subdirectory files wasn't working due to the entered prefix not being passed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "complgen"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A programming-language-agnostic shell completions generator"

Expand Down

0 comments on commit 473c965

Please sign in to comment.