Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Dec 6, 2021
1 parent 056fe54 commit 9b62792
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1.0"
version = "0.2.0"
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.1.0
pkgver=0.2.0
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.1.0")
source=("$pkgname"::"git+https://github.com/Nuckal777/nicator#tag=v0.2.0")
noextract=()
md5sums=('SKIP')

Expand Down
3 changes: 3 additions & 0 deletions release-notes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add import subcommand to import credentials from a `.git-credentials` file
- Update dependencies
- Changed some wording in CLI output

0 comments on commit 9b62792

Please sign in to comment.