From 24d7af69eca24ac8b3032ee208b4306d2b0f13b0 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 24 Mar 2013 13:01:09 -0700 Subject: [PATCH] version --- CHANGES.md | 1 + VERSION | 1 + 2 files changed, 2 insertions(+) create mode 100644 VERSION diff --git a/CHANGES.md b/CHANGES.md index 02580de3..c8684f28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,5 @@ # Changes +* March 24, 2013 (Huginn 0.1) - Refactored loading of Agents for `check` and `receive` to use ids instead of full objects. This should fix the too-large delayed_job issues. Added `system_timer` and `fastercsv` to the Gemfile for the Ruby 1.8 platform. * March 18, 2013 - Added Wiki page about the [Agent API](https://github.com/cantino/huginn/wiki/Creating-a-new-agent). * March 17, 2013 - Switched to JSONPath for defining paths through JSON structures. The WebsiteAgent can now scrape and parse JSON. diff --git a/VERSION b/VERSION new file mode 100644 index 00000000..49d59571 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1