From b273d337a9dd8fb5cb7534766a25bcc25f2eb217 Mon Sep 17 00:00:00 2001 From: 7rans Date: Tue, 18 Dec 2012 11:53:18 -0500 Subject: [PATCH] Update HISTORY and bump version to 0.1.1. [admin] --- .index | 2 +- HISTORY.md | 22 ++++++++++++++++++++++ var/version | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.index b/.index index 60ab384..fde58a9 100644 --- a/.index +++ b/.index @@ -47,7 +47,7 @@ copyrights: created: '2012-04-29' summary: ! 'Callbacks for #load and #require' title: Loaded -version: 0.1.0 +version: 0.1.1 name: loaded description: ! 'Loaded provides callbacks for Ruby''s #require and #load methods.' date: '2012-12-18' diff --git a/HISTORY.md b/HISTORY.md index 83ef565..b681494 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,27 @@ # RELEASE HISTORY +## 0.1.1 | 2012-12-19 + +Just a tweak to require_relative support, so that the `:relative` +option provides the relative path, not just `true` or `false`. + +Changes: + +* The :relative option provides the relative path. + + +## 0.1.0 | 2012-12-18 + +This release uses a single callback method `#loaded` instead +of the previous two (`#loaded` and `#required`). It also adds +optional support for `#require_relative`. + +Changes: + +* Use single callback method. +* Add support for #require_relative. + + ## 0.0.1 | 2012-04-29 Initial release of Loaded. diff --git a/var/version b/var/version index 6e8bf73..17e51c3 100644 --- a/var/version +++ b/var/version @@ -1 +1 @@ -0.1.0 +0.1.1