Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 29, 2024
1 parent ffa818b commit 84c1f18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

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

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

**Fixed bugs:**

- fix: restore context after block.call [\#318](https://github.com/iberianpig/fusuma/pull/318) ([iberianpig](https://github.com/iberianpig))

**Closed issues:**

- Config::Searcher.with\_context does not reset context after execution [\#317](https://github.com/iberianpig/fusuma/issues/317)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion lib/fusuma/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Fusuma
VERSION = "3.4.0"
VERSION = "3.5.0"
end

0 comments on commit 84c1f18

Please sign in to comment.