Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed Dec 1, 2023
1 parent dd29523 commit 716db15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## [Unreleased]

## [0.5.1] - 2023-12-01

### Fixed

- Fix logging inside detached fibers (#41).
- Allow to configure the logger as `nil` (#42).

## [0.5.0] - 2023-11-25

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

module Rage
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 716db15

Please sign in to comment.