Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Aug 25, 2023
1 parent bc5a80a commit 8373ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [0.0.5] - 2023-08-25

- Introduce `TypeFusion::Processor` for processing samples
- Add support for running TypeFusion in the test environment with Minitest
- Rescue and log when job failed to enqueue
- Add Rake task for manually processing enqueued jobs

## [0.0.4] - 2023-08-16

- Implement sample collection by sending samples to gem.sh endpoint
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
type_fusion (0.0.4)
type_fusion (0.0.5)
lhc (~> 15.2)
litejob (~> 0.2.3)

Expand Down
2 changes: 1 addition & 1 deletion lib/type_fusion/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TypeFusion
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 8373ea4

Please sign in to comment.