Skip to content

Commit ac38409

Browse files
committed
Prepare for version 1.3.4
1 parent f0a9de3 commit ac38409

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

History.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 1.3.4 29.03.2025
2+
Author: Niklaus Giger <[email protected]>
3+
* Formatted using standardrb
4+
* Fixes for Ruby 3.4
5+
* Bumped minimal Ruby version to 2.6
6+
7+
### 1.3.3 20.11.2024
8+
9+
commit 6464ab51195eb3593fbc2feed7436d0b6b057f73
10+
Author: Edouard Brière <[email protected]>
11+
* Remove trailing slash from spec.homepage
12+
13+
### 1.3.2 15.1.2024
14+
commit a2f54fec58339818c54e4193eed21fbb72aceff9
15+
Author: Andrew Nesbitt <[email protected]>
16+
* Add funding_uri to gemspec
17+
118
### 1.3.1 15.1.2024
219
commit dd69d23f00427066cda8d2b30355e044b8c07eff
320
Author: Mark Young <[email protected]>

lib/spreadsheet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module Spreadsheet
44
##
55
# The version of Spreadsheet you are using.
6-
VERSION = "1.3.3"
6+
VERSION = "1.3.4"
77
end

0 commit comments

Comments
 (0)