Skip to content

Commit 9b62792

Browse files
committed
Release v0.2.0
1 parent 056fe54 commit 9b62792

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nicator"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Erik Schubert <[email protected]>"]
55
description = "A lightweight encrypting git credential helper"
66
readme = "README.md"

PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Erik "Nuckal777" Schubert <[email protected]>
22
pkgname=nicator
3-
pkgver=0.1.0
3+
pkgver=0.2.0
44
pkgrel=1
55
pkgdesc="A lightweight encrypting git credential helper"
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Unlicense')
99
depends=('gcc-libs')
1010
makedepends=('cargo' 'git')
1111
optdepends=('git: the VCS nicator is made for')
12-
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.1.0")
12+
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.2.0")
1313
noextract=()
1414
md5sums=('SKIP')
1515

release-notes/v0.2.0.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add import subcommand to import credentials from a `.git-credentials` file
2+
- Update dependencies
3+
- Changed some wording in CLI output

0 commit comments

Comments
 (0)