diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
| commit | ffdeed6d39f651bc6ffb75ecf9b8134798041f82 (patch) | |
| tree | ba629e526068b0ba4a21341f8147c48289dce220 /src/changes | |
| parent | c6897211cb5da8c5bbbaf267db8ad020eb63a114 (diff) | |
Upgrade version to 0.2
Diffstat (limited to 'src/changes')
| -rw-r--r-- | src/changes/changes.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b084b81..10924ea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,13 +5,16 @@ <author email="bjculkin@mix.wvu">Benjamin Culkin</author> </properties> <body> - <release version="current" description="Current work version"> + <release version="0.2.0" description="Work up to the addition of pattern guards"> <action dev="Ben Culkin" type="add"> Initial release :) </action> <action dev="Ben Culkin" type="add"> Added a basic CLI front-end </action> + <action dev="Ben Culkin" type="add"> + General cleanup, including the addition of pattern guards + </action> </release> </body> </document> |
