Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamoilov committed Mar 13, 2024
1 parent 2b79002 commit 5f72037
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## [Unreleased]

## [1.0.0] - 2024-03-13

### Added

- RSpec integration (#60).
- Add DNS cache (#65).
- Allow to disable the `FiberScheduler#io_write` hook (#63).

### Fixed

- Preload fiber ID (#62).
- Release ActiveRecord connections on yield (#66).
- Logger fixes (#64).
- Fix publish calls in cluster mode (#67).

## [0.7.0] - 2024-01-09

- Add conditional GET using `stale?` by [@tonekk](https://github.com/tonekk) (#55).
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.7.0"
VERSION = "1.0.0"
end

0 comments on commit 5f72037

Please sign in to comment.