Skip to content

Commit

Permalink
Release Modyllic-0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Aug 9, 2012
1 parent ff074ad commit baf20ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 137 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG
@@ -1,11 +1,7 @@
* Fully automate the release process
* Move the tokenizer unit test into the unit tests directory
* Fix formatting of routine_args_type
* Fix formatting of proc_return_type and routine_args_type docs
* Give modyllic a single commandline interface
* Comments in tables can now attach to columns and the table
* Make tokens stringify to their debug representation and take advantage
* Fix normalization for dates and years the way we did for nums
* Fix #172 Non-token numification always set the value to 0
* Fix bug where data updates would get lost if a tables static status did not change
* Add coverage tools, a bunch of new unit tests, organize tests better.
* Only wrap general errors for procs that we fetch the results on
* Fix colorize to make it handle commandline arguments in a standard way--
the move to a unified modyllic commandline had broken it.
* Add an exception->error handler and made using the CommandLine class load
it and the autoloader
* Fix case undefined indexes involving aliases (#186)
* Make boolean (and serial) persistent metadata in MySQL
125 changes: 0 additions & 125 deletions Changes.md

This file was deleted.

2 changes: 1 addition & 1 deletion release-version
Expand Up @@ -111,7 +111,7 @@ git checkout upstream-pear
git pull upstream-pear gh-pages

./release "Modyllic-$VERSION.tgz"
git add -A feed.xml index.html rest/*
git add -A feed.xml index.html rest/* get/*
git commit -m"Release Modyllic-$VERSION"
git checkout master

Expand Down

0 comments on commit baf20ad

Please sign in to comment.