From 9715ee8559beea75e44b7fe4de4afa41692751c0 Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Thu, 9 May 2013 08:16:03 -0400 Subject: [PATCH] bump for release 0.4.1 --- HISTORY.md | 6 ++++++ MIT-LICENSE.txt | 2 +- lib/rumonade/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 42b4bbf..ef48374 100644 --- a/HISTORY.md +++ b/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 diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index a4cc4cc..d7ec1b5 100644 --- a/MIT-LICENSE.txt +++ b/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 diff --git a/lib/rumonade/version.rb b/lib/rumonade/version.rb index 6eda07b..6c6c3e5 100644 --- a/lib/rumonade/version.rb +++ b/lib/rumonade/version.rb @@ -1,3 +1,3 @@ module Rumonade - VERSION = "0.4.0" + VERSION = "0.4.1" end