Skip to content

Commit 95c514a

Browse files
removed completions handling
1 parent 31bef10 commit 95c514a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
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

8-
## [0.5.15] - 2025-08-08
8+
## [0.5.16] - 2025-08-08
99

1010
### Added
1111
- Initial release of bib paper manager

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fi
123123
# Commit changes
124124
echo
125125
echo "6. Committing version changes..."
126-
git add Cargo.toml Cargo.lock CHANGELOG.md completions/
126+
git add Cargo.toml Cargo.lock CHANGELOG.md
127127
git commit -m "Release version $NEW_VERSION
128128
129129
- Update version to $NEW_VERSION

0 commit comments

Comments
 (0)