From b045fa6be8a299b114c89e25242118748ed3e6c6 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 18:01:22 -0800 Subject: updated the History for a release --- History.txt | 7 ++++++- TODO | 13 ++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/History.txt b/History.txt index ecbfe70..83361b5 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ == 1.0.1 -* New version +* Initial version + +== 1.0.2 + +* Added methods to the git objects that might be helpful + diff --git a/TODO b/TODO index 839b29a..0354005 100644 --- a/TODO +++ b/TODO @@ -1,18 +1,9 @@ -* Git::Object methods - - tree recursion - - commit information - - Git::Tree - - children - - blobs/files - - subtrees/subdirs - - * More Error Examples * More Git::Status methods * Speed up through pure ruby -* Speed up through C bindings to libgit-thin \ No newline at end of file +* Speed up through C bindings to libgit-thin + -- cgit