Skip to content

Commit

Permalink
Bumping version to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc committed Feb 14, 2015
1 parent 3f33c77 commit 6a246c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## HEAD

## 0.4.3

* ADD: `File::SEPARATOR` and `File::ALT_SEPARATOR`
* FIX: Support `YAML.load_file` by handling `r:bom|utf-8` open mode

Expand Down
2 changes: 1 addition & 1 deletion lib/memfs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MemFs
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 6a246c1

Please sign in to comment.