Skip to content

v6.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 06 Jul 01:31
· 405 commits to master since this release
44a153e

What’s changed in aragonCLI

🚀 New features

  • Make go-ipfs optional (#528) @0x6431346e
    • Introduce three new IPFS commands: aragon ipfs install, aragon ipfs uninstall and aragon ipfs status
  • Output publish information before publishing when using aragon apm publish (#574) @0xGabi
    • Refactor the whole publish process prompting the user to decide if:
      • Publish the content to aragonPM repo
      • Propagate the content through IPFS (if applicable)
  • Sanity check artifact.json generation and include the deprecated key on artifact.json. This new key have the information of the deprecated functions between different contract version published (#426) @0xGabi

💡 Feature updates

  • Update dao token new options to use a deployed minimeTokenFactory in Rinkeby and Mainnet as default (#555) @0xGabi
  • Refactor artifact generation & improve sanity check (#570) @0xGabi
  • New prepublish option for aragon apm publish that allow to run a script before publish the app (#571) @0xGabi
  • Pass apm opts to @aragon/wrapper (#567) @0x6431346e
  • Add a new option token-factory-address to dao token new (#555) @0xGabi

🐛 Bug Fixes

  • Fix parsing for booleans, arrays & numbers in several commands (#555) @0xGabi

🛠️ Maintenance (non-API changes)

  • Include documentation about links (#543) @0xGabi
  • Update apm docs (#525) @0x6431346e
  • Add appveyor.yml (#562) @0xGabi
  • Fix e2e test setup (#545) @0xGabi
  • Fix lockfiles (#550) @0x6431346e
  • Update dependencies (#526) @0x6431346e
  • Add CHANGELOG.md (#523) @0x6431346e