Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Feb 25, 2022
1 parent 4cedc4a commit 413ab1e
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 43 deletions.
89 changes: 49 additions & 40 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nicator"
version = "0.2.0"
version = "0.2.1"
authors = ["Erik Schubert <[email protected]>"]
description = "A lightweight encrypting git credential helper"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Erik "Nuckal777" Schubert <[email protected]>
pkgname=nicator
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc="A lightweight encrypting git credential helper"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('Unlicense')
depends=('gcc-libs')
makedepends=('cargo' 'git')
optdepends=('git: the VCS nicator is made for')
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.2.0")
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.2.1")
noextract=()
md5sums=('SKIP')

Expand Down
2 changes: 2 additions & 0 deletions release-notes/v0.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Properly handle empty lines when importing `.git-credentials`
- Update dependencies

0 comments on commit 413ab1e

Please sign in to comment.