Skip to content

Commit 0248a47

Browse files
committed
restish: update to 0.14.0.
0.14.0 What's Changed docs: update missed example.com reference by @danielgtaylor in #114 Password prompt when user defined but not password by @kpetremann in #116 api: add show and add missing sync documentation by @kpetremann in #117 feat: render Markdown using glamour by @danielgtaylor in #118 docs: various updates & config examples by @danielgtaylor in #119 chore: adding some forgotten files by @danielgtaylor in #120 fix: build on windows by @danielgtaylor in #121 0.13.3 What's Changed docs/configuration.md: Clarify equivalent commands by @waldyrious in #109 fix: formatting, simplify dates by @danielgtaylor in #110 fix: base64 handling of []byte and raw mode on structured input by @danielgtaylor in #111 fix: combine all links for paginated responses by @danielgtaylor in #112 docs: update guide & other docs by @danielgtaylor in #113 0.13.2 What's Changed docs: add anatomy of an openapi-powered cli command info by @danielgtaylor in #100 docs: add comparison page by @danielgtaylor in #101 Docs updates by @danielgtaylor in #102 fix: detect text/yaml response content type by @danielgtaylor in #103 fix: add basic build time to dev --version by @danielgtaylor in #104 fix: do not use scientific notation for large integers by @danielgtaylor in #105 fix: do not panic on empty image by @danielgtaylor in #106 fix: prevent escaping JSON for browsers by @danielgtaylor in #107 fix: find HAL links in array responses by @danielgtaylor in #108
1 parent 3a71cf3 commit 0248a47

File tree

3 files changed

+95
-7
lines changed

3 files changed

+95
-7
lines changed

www/restish/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# $NetBSD: Makefile,v 1.13 2022/04/20 20:40:06 wiz Exp $
1+
# $NetBSD: Makefile,v 1.14 2022/05/04 06:50:21 wiz Exp $
22
#
33
# Changelog:
44
# https://github.com/danielgtaylor/restish/releases/
55

6-
DISTNAME= restish-0.13.1
6+
DISTNAME= restish-0.14.0
77
CATEGORIES= www
88
MASTER_SITES= ${MASTER_SITE_GITHUB:=danielgtaylor/}
99
GITHUB_TAG= v${PKGVERSION_NOREV}

0 commit comments

Comments
 (0)