Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
bump to version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Oct 25, 2011
1 parent fa2767f commit 92e1815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 1.6.3
- Replace invalid chars with 'unicode replacement character' (U+FFFD)

## 1.6.2 ## 1.6.2
- add Table#filename method - add Table#filename method
- Rakefile now loads gems with bundler - Rakefile now loads gems with bundler
Expand Down
2 changes: 1 addition & 1 deletion lib/dbf/version.rb
@@ -1,3 +1,3 @@
module DBF module DBF
VERSION = '1.6.2' VERSION = '1.6.3'
end end

0 comments on commit 92e1815

Please sign in to comment.