diff options
| author | Koza <[email protected]> | 2023-10-19 10:32:25 +0200 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-10-30 09:39:07 +0100 |
| commit | ad30c9e3a801774fe8b9d526c277199669de81c9 (patch) | |
| tree | aba319c623eaa91c7264d3b94d5ade043840997a | |
| parent | 51689ff2aa32acf855e6d07cf98da765b37d3fe0 (diff) | |
| download | caxlsx-ad30c9e3a801774fe8b9d526c277199669de81c9.tar.gz caxlsx-ad30c9e3a801774fe8b9d526c277199669de81c9.zip | |
Version bump to 4.0.0
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 476db005..5722a208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ CHANGELOG --------- -- **Unreleased**: 4.0.0 +- **Unreleased** + + +- **October.30.23**: 4.0.0 - Drop support for Ruby versions < 2.6 - Added frozen string literals - Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the internal list instance diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 4c284c7f..bbd35cd8 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -2,5 +2,5 @@ module Axlsx # The current version - VERSION = "3.4.1" + VERSION = "4.0.0" end |
