Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 19, 2024
1 parent ddb430d commit e929412
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v3.4.0](https://github.com/iberianpig/fusuma/tree/v3.4.0) (2024-01-19)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.3.1...v3.4.0)

**Implemented enhancements:**

- Enable Comparison of Index Records [\#316](https://github.com/iberianpig/fusuma/pull/316) ([iberianpig](https://github.com/iberianpig))

**Fixed bugs:**

- Extract method Input\#read\_from\_io [\#315](https://github.com/iberianpig/fusuma/pull/315) ([iberianpig](https://github.com/iberianpig))

## [v3.3.1](https://github.com/iberianpig/fusuma/tree/v3.3.1) (2023-11-04)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.3.0...v3.3.1)

## [v3.3.0](https://github.com/iberianpig/fusuma/tree/v3.3.0) (2023-09-25)

[Full Changelog](https://github.com/iberianpig/fusuma/compare/v3.2.0...v3.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Fusuma
VERSION = "3.3.1"
VERSION = "3.4.0"
end

0 comments on commit e929412

Please sign in to comment.