Skip to content

Commit

Permalink
Update HISTORY and bump version to 0.1.1. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Dec 18, 2012
1 parent e47700c commit b273d33
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .index
Original file line number Diff line number Diff line change
Expand Up @@ -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'
22 changes: 22 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion var/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit b273d33

Please sign in to comment.