From 7470a52c74e6532c5c5d5ec60a32dcab797f83cd Mon Sep 17 00:00:00 2001 From: Matthew Harvey Date: Sun, 1 Mar 2020 13:20:23 +1100 Subject: [PATCH] v2.3.2 --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- VERSION | 2 +- lib/tabulo/version.rb | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbed51a..4db6e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v2.3.2 + +* Update Rake version to address vulnerability CVE-2020-8130 + ### v2.3.1 * Documentation improvements diff --git a/README.md b/README.md index a5fa98c..096d3c5 100644 --- a/README.md +++ b/README.md @@ -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.1/Tabulo/Table#transpose-instance_method). +[documentation](https://www.rubydoc.info/gems/tabulo/2.3.2/Tabulo/Table#transpose-instance_method). ### Configuring borders @@ -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.1 +[Documentation]: http://www.rubydoc.info/gems/tabulo/2.3.2 [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.1-blue.svg +[DC img]: https://img.shields.io/badge/documentation-v2.3.2-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 diff --git a/VERSION b/VERSION index a625450..e703481 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.1 \ No newline at end of file +2.3.2 \ No newline at end of file diff --git a/lib/tabulo/version.rb b/lib/tabulo/version.rb index fd238bc..67de37a 100644 --- a/lib/tabulo/version.rb +++ b/lib/tabulo/version.rb @@ -1,3 +1,3 @@ module Tabulo - VERSION = "2.3.1" + VERSION = "2.3.2" end