Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Jan 18, 2023
1 parent d808170 commit cfbc5d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 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,7 +1,7 @@
[package]
name = "nuq"
description = "A multi-format frontend to jq"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Erik Schubert <[email protected]>"]
license = "Unlicense"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Maintainer: Erik "Nuckal777" Schubert <[email protected]>
pkgname=nuq
pkgver=0.1.0
pkgver=0.1.1
pkgrel=1
pkgdesc="A multi-format frontend to jq"
arch=('x86_64')
url="https://github.com/Nuckal777/nuq"
license=('Unlicense')
depends=('gcc-libs' 'jq')
makedepends=('cargo' 'git')
source=("$pkgname"::"git+https://github.com/Nuckal777/nuq#tag=v0.1.0")
source=("$pkgname"::"git+https://github.com/Nuckal777/nuq#tag=v0.1.1")
noextract=()
md5sums=('SKIP')

Expand Down
2 changes: 2 additions & 0 deletions release-notes/v0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update dependencies
- Fix typo in help text

0 comments on commit cfbc5d3

Please sign in to comment.