Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Mar 1, 2020
1 parent 0c17826 commit 532ef0b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### v2.3.1

* Documentation improvements
* Update dependency versions
* Minor refactoring
* Update Ruby gem description and summary

### v2.3.0

* Provide `#remove_column` method.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -798,7 +798,7 @@ a new table in which the rows and columns are swapped:
By default, a header row is added to the new table, showing the string value of the element
represented in that column. This can be configured, however, along with other aspects of
`transpose`’s behaviour. For details, see the
[documentation](https://www.rubydoc.info/gems/tabulo/2.3.0/Tabulo/Table#transpose-instance_method).
[documentation](https://www.rubydoc.info/gems/tabulo/2.3.1/Tabulo/Table#transpose-instance_method).

<a name="borders"></a>
### Configuring borders
Expand Down Expand Up @@ -1107,14 +1107,14 @@ The gem is available as open source under the terms of the [MIT
License](http://opensource.org/licenses/MIT).

[Gem Version]: https://rubygems.org/gems/tabulo
[Documentation]: http://www.rubydoc.info/gems/tabulo/2.3.0
[Documentation]: http://www.rubydoc.info/gems/tabulo/2.3.1
[Build Status]: https://travis-ci.org/matt-harvey/tabulo
[Coverage Status]: https://coveralls.io/r/matt-harvey/tabulo
[Code Climate]: https://codeclimate.com/github/matt-harvey/tabulo
[Awesome Ruby]: https://github.com/markets/awesome-ruby#cli-utilities

[GV img]: https://img.shields.io/gem/v/tabulo.svg
[DC img]: https://img.shields.io/badge/documentation-v2.3.0-blue.svg
[DC img]: https://img.shields.io/badge/documentation-v2.3.1-blue.svg
[BS img]: https://img.shields.io/travis/matt-harvey/tabulo.svg
[CS img]: https://img.shields.io/coveralls/matt-harvey/tabulo.svg
[CC img]: https://codeclimate.com/github/matt-harvey/tabulo/badges/gpa.svg
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion lib/tabulo/version.rb
@@ -1,3 +1,3 @@
module Tabulo
VERSION = "2.3.0"
VERSION = "2.3.1"
end

0 comments on commit 532ef0b

Please sign in to comment.