Skip to content

v0.1.14

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:51
· 32 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.1.14
b552823

Warning

This release includes breaking changes. If you run into any issues, simply delete your lockfile and run wpm install to regenerate it.

Core

  • Move sig verification from installer to resolver (#257)
  • Remove 100 continue (#251)
  • Remove wildcard versions (#248)
  • Update lockfile spec (#246)
  • Remove mu-plugin as package type (#242)
  • Update wpmjson schema (#241)
  • Update publish and rest API (#240)

Commands

  • Add dist-tag command (#256)
  • Add grouping by package type in list command (#243)
  • Update publish and rest API (#240)

Documentation

  • Revise documentation section in README (#249)

Infrastructure

  • Improve context handling (#235)
  • Update packages for error handling and logging (#234)
  • Fix linting issues and improve code quality (#233)

Dependencies

10 changes
  • Bump golang.org/x/sync from 0.20.0 to 0.21.0 (#253)
  • Bump github.com/moby/sys/sequential from 0.6.0 to 0.7.0 (#252)
  • Bump golang.org/x/sys from 0.45.0 to 0.46.0 (#254)
  • Bump actions/checkout from 6.0.2 to 6.0.3 in the actions group (#255)
  • Bump release-drafter/release-drafter from 7.3.0 to 7.3.1 (#244)
  • Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#245)
  • Bump docker/metadata-action from 6.0.0 to 6.1.0 (#236)
  • Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#237)
  • Bump docker/login-action from 4.1.0 to 4.2.0 (#238)
  • Bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#239)

Contributors

Thanks to everyone who shipped with us this release 🎉
@luanpiegas and @thelovekesh

Installation

To install wpm v0.1.14

Linux and Mac

curl -fsSL https://wpm.so/install | bash

Windows

powershell -c "irm wpm.so/install.ps1|iex"

Docker

docker pull trywpm/cli