mimblewimble/grin-pm

Agenda: Development, Jan 22 2019

Closed this issue · 3 comments

Solicit suggestions for agenda items for the Development meeting to be held on Tuesday Jan 22 @ 15:00 UTC in Grin/Dev Gitter. Please comment to provide topics or suggestions.

Proposed agenda

  1. Igno's Retrospective
  2. Agenda review
  3. Action point follow ups from previous meetings
    None.
  4. Post-mainnet evaluation
    1. What went well
    2. What could have been improved
    3. Are there any immediate actions to be taken as a result?
  5. Grin v1.1.0
    1. Issue milestones?
    2. Timeline target?
  6. Add templates?
    1. Issue templates
    2. Pull request templates
  7. Co-ordination and encouragement of application development
    1. "3rd party product" group?
  8. Other questions

v1.0.1 vs. v1.1.0 ?

No, v1.1.0 (I think), every time we do a bug fix we increment PATCH:

https://semver.org

Summary
Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.