Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Feb 5, 2024
1 parent db60ddd commit e30e74a
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 68 deletions.
120 changes: 64 additions & 56 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.2"
version = "0.1.3"
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.2
pkgver=0.1.3
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.2")
source=("$pkgname"::"git+https://github.com/Nuckal777/nuq#tag=v0.1.3")
noextract=()
md5sums=('SKIP')

Expand Down
1 change: 1 addition & 0 deletions release-notes/v0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Update dependencies
Loading

0 comments on commit e30e74a

Please sign in to comment.