The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.0.5_1 (2013-06-11)

    API Changes:
        - Distribution renamed from SQL-Tree to App-sqltree.

    New Features:
        - None

    Enhancements:
        - Convert to http://semver.org versioning
        - Refactored based on OptArgs and Template::Tiny.

    Bug Fixes:
        - None

0.04 (2011-11-17)

    API Changes:
        - N/A

    New Features:
        - N/A

    Enhancements:
        - Perltidy and Podtidy all files with new .perltidyrc.

    Bug Fixes:
        - Correctly re-parent path columns on update.
        - Correctly update path columns on 'path_from' update.

0.03 (2010-08-03)

    API Changes:
        - Function 'generate' renamed to 'generate_sql_tree'.
        - Option 'type' becomes 'pktype'.

    New Features:
        - N/A

    Enhancements:
        - Documentation & code cleanups.

    Bug Fixes:
        - $table_tree.depth should always be type INT.

0.02 (2010-07-29)

    API Changes:
        - N/A

    New Features:
        - N/A

    Enhancements:
        - Compatible with Getop::Long::Descriptive 0.074.

    Bug Fixes:
        - N/A

0.01 (2010-07-28)

    Initial Release