Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
Not closing foreign IO objects is a backwards incompatible change, even
though it is unlikely to cause problems for existing users, so we need
to bump the major version.
  • Loading branch information
felixbuenemann committed Oct 22, 2017
1 parent 4731b91 commit cd7e600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.0 (1027-10-22)

- Don't close IO objects passed to Workbook constructor (#12)

## 0.3.1 (2017-10-22)

- Escape invalid XML 1.0 characters (#11)
Expand Down
2 changes: 1 addition & 1 deletion lib/xlsxtream/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xlsxtream
VERSION = "0.3.1"
VERSION = "1.0.0"
end

0 comments on commit cd7e600

Please sign in to comment.