Skip to content

Commit

Permalink
Merge pull request #1115 from ShrutiAppiah/develop
Browse files Browse the repository at this point in the history
list formatting 2
  • Loading branch information
chriseth authored Sep 30, 2016
2 parents c06ba01 + 1edcf61 commit d5cfb17
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,11 @@ to semver and the severity of the change. Finally, a release is always made with
of the current nightly build, but without the ``prerelease`` specifier.

Example:
- 0) the 0.4.0 release is made
- 1) nightly build has a version of 0.4.1 from now on
- 2) non-breaking changes are introduced - no change in version
- 3) a breaking change is introduced - version is bumped to 0.5.0
- 4) the 0.5.0 release is made

0. the 0.4.0 release is made
1. nightly build has a version of 0.4.1 from now on
2. non-breaking changes are introduced - no change in version
3. a breaking change is introduced - version is bumped to 0.5.0
4. the 0.5.0 release is made

This behaviour works well with the version pragma.

0 comments on commit d5cfb17

Please sign in to comment.