Skip to content

Commit

Permalink
Update versions and history for 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 20, 2011
1 parent 248368c commit 7af0915
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
=== 0.0.7 / 2011-03-20

248368c Fix assignability of dynamic type; only target of Object should be allowed.
9734853 Allow abstract interface methods also on Object to use Object impl. Fixes #54.
13b84d2 Add some simple logging of compiler phases (not for run mode).
7dad0eb Fix recursive examples, since we now do try to infer both branches of an If.
27409a0 Reorg mirah.rb into a few additional files under lib/mirah.

=== 0.0.6 / 2011-03-20

ce9b740 Update dynalink stuff, add JSR292 mock to enable compiling/including invokedynamic logic.
Expand Down
2 changes: 1 addition & 1 deletion lib/mirah/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.

module Mirah
VERSION = "0.0.7.dev"
VERSION = "0.0.7"
end

0 comments on commit 7af0915

Please sign in to comment.