Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
### Fixed
- Fixes [issue 1](#1).
  • Loading branch information
damian-m-g committed Jan 9, 2022
1 parent b834158 commit 12d0e1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Removed, Fixed, Security, and others; and this project adheres to [Semantic Vers

## [Unreleased]

## [0.4.3] - 2022-01-09
### Fixed
- Fixes [issue 1](https://github.com/damian-m-g/xlsx_drone_rb/issues/1).

## [0.4.2] - 2021-11-28
### Fixed
- xlsx_drone core library (C) was updated from 0.2.2 to 0.2.3 fixing one issue. Mirroring those changes here through updating the dlls.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '~>2.0'
ruby '~>3.0'

source 'https://rubygems.org'

Expand Down
Binary file modified ext/xlsx_drone_x64.dll
Binary file not shown.
Binary file modified ext/xlsx_drone_x86.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion xlsx_drone.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "xlsx_drone"
s.version = "0.4.2"
s.version = "0.4.3"
s.summary = "Fast Microsoft Excel's XLSX reader. Binding of C's xlsx_drone lib."
s.author = "Damián M. González"
s.homepage = "https://github.com/damian-m-g/xlsx_drone_rb"
Expand Down

0 comments on commit 12d0e1d

Please sign in to comment.