Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

2021.08.24

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 01:47
· 1 commit to main since this release
970e6ee

CHANGELOG

  • fix(cli/flags): require a non zero usize for concurrent jobs (#11802)
  • fix(ext/crypto): remove duplicate Algorithm interface defination (#11807)
  • fix(ext/ffi): don't panic on invalid enum values (#11815)
  • fix(ext/http): resource leak on HttpConn.close() (#11805)
  • fix: duplicate import in cli/main.rs (#11813)

diff: cb8f34c...7b882cc

Runtime Docs

Install / Upgrade

With Shell:

curl -fsSL https://denonightly.now.sh/sh | sh -s 2021.08.24

With PowerShell:

$v="2021.08.24"; iwr https://denonightly.now.sh/ps1 -useb | iex

On GitHub Actions:

- uses: denolib/setup-deno@v2
  with:
    deno-version: nightly