summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog10
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/version.rb2
3 files changed, 11 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 65a6ba5..4370cc5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,13 @@
-2012-XX-YY Jérémy Zurcher <jeremy@asynk.ch>
+2012-06-28 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.7
+ * yard documentation completed
+ * add link and board JSON ready examples
+ * link_value is an Hash -> fix possible bugs
+ * use ruby Array instead of comma separated Strings (destinations,keys)
+ * implement SYS_ACT_ADD_ROOM system action
+ * implement ACT_PASS_THROUGH application action
+ * add Particle #merged_length, #each_merged
+ * add Board #keep!, flush!
2012-06-13 Jérémy Zurcher <jeremy@asynk.ch>
* release : 0.0.6 (edoors)
diff --git a/Gemfile.lock b/Gemfile.lock
index a46bfa8..d80e809 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- edoors-ruby (0.0.6)
+ edoors-ruby (0.0.7)
json
GEM
diff --git a/lib/version.rb b/lib/version.rb
index 9ad2e32..168be3d 100644
--- a/lib/version.rb
+++ b/lib/version.rb
@@ -21,7 +21,7 @@
#
module Edoors
#
- VERSION = "0.0.6"
+ VERSION = "0.0.7"
#
end
#