Skip to content

Releases

Jolene Langlinais edited this page May 15, 2020 · 10 revisions

Project Releases

npm:

GitHub:

  • Hyperledger Fabric Connector
  • Corda App

Deployed:

VSCode Marketplace:


Release Notes Structure

πŸ’₯ Breaking Change

  • #<Issue/PR>: Summary Title (@user)
    • Specifics if needed here
  • Any change which breaks previous versions

πŸ‘“ Spec Compliance

  • Changes to language specific specifications (i.e. unicode, parser, syntax)

πŸš€ New Feature

  • Added functionality which is noteworthy

πŸ›° New Command Line

  • Added features to CLI of Ergo, Cicero, or Concerto

πŸ¦‹ Ergo

  • Support from lower in the stack from Ergo

πŸ“š Standard Library

  • Updates to the function library within Ergo

βš™οΈ Compiler

  • Updates to the Ergo compiler

πŸ— Build

  • Improved capabilities within Ergo

πŸ› Bug Fix

  • Corrections to issues in production source code

πŸƒβ€β™€ Performance

  • Improvements to code efficiency

πŸ’… Polish

  • Styling updates or refactoring the structure of source code

πŸ“ Documentation

  • Additions or edits to docs for accessibility to information or guides

🏠 Internal

  • Updates to factors which concern contributors and maintainers (i.e. tests or licensing)

πŸ– Regression

  • A rollback of code, usually a mistake that was merged in