Skip to content

Commit

Permalink
Fix egregious misstep in version expr. And add note about versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
stylewarning committed Sep 21, 2014
1 parent 1b612d7 commit 34c2dab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ The software is released under an MIT-style license. See the file
> another man's.
-- R.W. Emerson on originality.

Version
=======

Versioning roughly follows the scheme described in
[Semantic Versioning](http://semver.org/). Only "releases" will be
versioned.

Since we are still pre-`1.0.0`, the minor version will indicate API
breakage. Despite being pre-`1.0.0`, what exists in the low-level
interface as of now is quite usable for ASCII usage. We consider this
"beta" quality. The high-level functionality is considered "alpha"
quality.


Portability
===========
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2.0.0"
"0.2.0"

0 comments on commit 34c2dab

Please sign in to comment.