Skip to content

Commit

Permalink
bump v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Apr 18, 2017
1 parent 2384ee3 commit f1aff5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calamine"
version = "0.10.0"
version = "0.10.1"
authors = ["Johann Tuffe <[email protected]>"]
repository = "https://github.com/tafia/calamine"
documentation = "https://docs.rs/calamine"
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools/libraries/documentation

## 0.10.1
- fix: error while using a singlebyte encoding for xls files

## 0.10.0
- feat: support defined names for named ranges
- refactor: better internal logics
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# calamine

A Excel/OpenDocument Spreadsheets file reader, in pure Rust.
An Excel/OpenDocument Spreadsheets file reader, in pure Rust.

[![Build Status](https://travis-ci.org/tafia/calamine.svg?branch=master)](https://travis-ci.org/tafia/calamine)
[![Build status](https://ci.appveyor.com/api/projects/status/njpnhq54h5hxsgel/branch/master?svg=true)](https://ci.appveyor.com/project/tafia/calamine/branch/master)
Expand Down

0 comments on commit f1aff5e

Please sign in to comment.