diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-01-18 15:25:16 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-01-18 15:25:16 -0500 |
| commit | 7c7f62b5ed72adc1915a76f3b66d3d1db34413bb (patch) | |
| tree | 53476d4713761096096c48f56dc0e2d8068f2108 /README.md | |
| parent | 561bc466c7b3d0fd736f8ce7f29da07625f22e6b (diff) | |
| download | netcosm-0.3.0.zip netcosm-0.3.0.tar.gz netcosm-0.3.0.tar.bz2 netcosm-0.3.0.tar.xz | |
bump version to 0.3.00.3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -70,3 +70,30 @@ latency. * Telnet server implementation is not fully conforming * Initial account login time is bogus + +## Versioning Scheme + +Versions are numbered using the MAJOR.MINOR.BUGFIX scheme. + +Current stable is 0.3.0. + +Major versions mark major milestones (see below), minor versions mark +incremental milestones and compatibility of data files, and bugfix +versions mark major bugfixes that don't warrant a new major or minor +number. + +### Roadmap + +#### 0.4.0 + +* Object support +* User inventory support + +#### 0.5.0 + +* Verb support +* World hooks/scripting + +#### 0.6.0 + +* Dynamic world editing |