Skip to content

Commit

Permalink
bump for release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-ati committed May 9, 2013
1 parent af17c73 commit 9715ee8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,5 +1,11 @@
# HISTORY

## v0.4.1 (May 9, 2013)

- fixed behavior of #flatten called with optional depth parameter
- thanks Martin Mauch (@nightscape)!
- See full list @ https://github.com/ms-ati/rumonade/compare/v0.4.0...v0.4.1

## v0.4.0 (Nov 11, 2012)

- added scala-like extensions to Hash
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012 Marc Siegel
Copyright (c) 2011-2013 Marc Siegel

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/rumonade/version.rb
@@ -1,3 +1,3 @@
module Rumonade
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 9715ee8

Please sign in to comment.