Skip to content

Releases: guardian/devenv

devenv 20260721-123412

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:44
Immutable release. Only release title and notes can be modified.

devenv (Development Build)

Build Date: 20260721-123412

This release was built from the main branch.

Quick Installation

The quickest installation process is to add github:guardian/devenv 20260721-123412 to .tool-versions and execute mise install or your preferred tooling manager.

Manual Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260721-123412/devenv-20260721-123412-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260721-123412/devenv-20260721-123412-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260721-123412/devenv-20260721-123412-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260720-150840

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:26
Immutable release. Only release title and notes can be modified.
70521b6

devenv (Development Build)

Build Date: 20260720-150840

This release was built from the main branch.

Quick Installation

The quickest installation process is to add github:guardian/devenv 20260720-150840 to .tool-versions and execute mise install or your preferred tooling manager.

Manual Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260720-150840/devenv-20260720-150840-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260720-150840/devenv-20260720-150840-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260720-150840/devenv-20260720-150840-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

What's Changed

  • Update installation instructions by @aug24 in #63
  • Update scalacheck-1-19 to 3.2.20.0 by @gu-scala-steward-public-repos[bot] in #64
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #65
  • chore(deps): Minor and patch updates by @gu-scala-steward-public-repos[bot] in #66
  • Remove grouping from .scala-steward.conf by @kelvin-chappell in #58
  • Bump scalacenter/sbt-dependency-submission from 3.2.1 to 3.2.3 in the minor-and-patch group by @dependabot[bot] in #67
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #69
  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #68
  • docs: Add module creation guide by @kelvin-chappell in #71
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #72
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #73
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #74
  • Bump the minor-and-patch group with 3 updates by @dependabot[bot] in #75
  • Bump actions/checkout from 6 to 7 by @dependabot[bot] in #76
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #77
  • Update circe-core, circe-generic, ... to 0.14.16 by @gu-scala-steward-public-repos[bot] in #78
  • chore(deps): Patch updates by @gu-scala-steward-public-repos[bot] in #79
  • GitHub Copilot module by @adamnfish-gu in #80
  • Module dependencies by @adamnfish-gu in #81

Full Changelog: 20260522-111753...20260720-150840

devenv 20260522-111753

Choose a tag to compare

@github-actions github-actions released this 22 May 11:27
Immutable release. Only release title and notes can be modified.

devenv (Development Build)

Build Date: 20260522-111753

This release was built from the main branch.

Quick Installation

The quickest installation process is to add github:guardian/devenv 20260522-111753 to .tool-versions and execute mise install or your preferred tooling manager.

Manual Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260522-111753/devenv-20260522-111753-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260522-111753/devenv-20260522-111753-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260522-111753/devenv-20260522-111753-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

What's Changed

Full Changelog: 20260520-131620...20260522-111753

devenv 20260520-131620

Choose a tag to compare

@github-actions github-actions released this 20 May 13:26
Immutable release. Only release title and notes can be modified.

devenv (Development Build)

Build Date: 20260520-131620

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260520-131620/devenv-20260520-131620-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260520-131620/devenv-20260520-131620-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260520-131620/devenv-20260520-131620-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260518-083717

Choose a tag to compare

@github-actions github-actions released this 18 May 09:45
Immutable release. Only release title and notes can be modified.
e173093

devenv (Development Build)

Build Date: 20260518-083717

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260518-083717/devenv-20260518-083717-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260518-083717/devenv-20260518-083717-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260518-083717/devenv-20260518-083717-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260511-073853

Choose a tag to compare

@github-actions github-actions released this 11 May 08:04
Immutable release. Only release title and notes can be modified.
8176330

devenv (Development Build)

Build Date: 20260511-073853

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260511-073853/devenv-20260511-073853-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260511-073853/devenv-20260511-073853-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260511-073853/devenv-20260511-073853-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260408-150528

Choose a tag to compare

@github-actions github-actions released this 09 Apr 07:20
Immutable release. Only release title and notes can be modified.

devenv (Development Build)

Build Date: 20260408-150528

This build returns mise to the non-caching per-container install for stability reasons. The trade-off is a longer initial installation phase.

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260408-150528/devenv-20260408-150528-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260408-150528/devenv-20260408-150528-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260408-150528/devenv-20260408-150528-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260401-083945

Choose a tag to compare

@github-actions github-actions released this 01 Apr 09:02
Immutable release. Only release title and notes can be modified.

devenv (Development Build)

Build Date: 20260401-083945

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260401-083945/devenv-20260401-083945-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260401-083945/devenv-20260401-083945-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260401-083945/devenv-20260401-083945-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

devenv 20260305-091517

Choose a tag to compare

@github-actions github-actions released this 05 Mar 09:27

devenv (Development Build)

Build Date: 20260305-091517

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260305-091517/devenv-20260305-091517-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260305-091517/devenv-20260305-091517-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260305-091517/devenv-20260305-091517-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

What's Changed

Full Changelog: 20260303-152558...20260305-091517

devenv 20260303-152558

Choose a tag to compare

@github-actions github-actions released this 04 Mar 10:11
760d44f

devenv (Development Build)

Build Date: 20260303-152558

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

What's Changed

Full Changelog: 20260226-160441...20260303-152558