Skip to content

Commit

Permalink
tag and document 0.5.0.pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Dec 19, 2013
1 parent 5d372bd commit a13018d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
@@ -1,5 +1,16 @@
# Beefcake Release Notes

# 0.5.0 - 2013-12-20

Release 0.5.0 corrects a few behaviors.

* Drastically revised README, written by Tobias "grobie" Schmidt
* Output fewer newlines in generated files, fixed by Tobias "grobie" Schmidt
* Don't crash when attempting to reencode frozen strings,
found thanks to Kyle "Aphyr" Kingsbury
* Return `nil` instead of raising a generic Ruby error when trying to
decode a zero-length buffer, fixed by Tobias "grobie" Schmidt

# 0.4.0 - 2013-10-10

Release 0.4.0 is the first with new maintainers.
Expand Down
2 changes: 1 addition & 1 deletion lib/beefcake/version.rb
@@ -1,3 +1,3 @@
module Beefcake
VERSION = "0.4.0"
VERSION = "0.5.0.pre1"
end

0 comments on commit a13018d

Please sign in to comment.