Skip to content

1.0.1 - 2026-07-07

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:09

Release Notes

Added

  • --toc flag as the explicit opposite of --no-toc; when both are given, the
    later one wins.
  • A "no effect" warning when --required-only is combined with --detail basic
    or --detail summary, matching the existing --include-schemas/--include-examples
    warnings.

Fixed

  • Swagger 2.0 schemes is now respected when building the server URL from
    host/basePath; previously plain-HTTP specs were rendered with an assumed
    https:// prefix.
  • Response model now has a dedicated $ref field instead of relying on
    flattened extensions, for consistency with other ref-bearing types.
  • MSRV documentation updated from 1.85 to 1.96 (actual MSRV as of 1.0.0).

Install vimanam 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noemaforge/vimanam/releases/download/v1.0.1/vimanam-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/noemaforge/vimanam/releases/download/v1.0.1/vimanam-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install noemaforge/tap/vimanam

Download vimanam 1.0.1

File Platform Checksum
vimanam-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vimanam-x86_64-apple-darwin.tar.xz Intel macOS checksum
vimanam-x86_64-pc-windows-msvc.zip x64 Windows checksum
vimanam-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
vimanam-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum