From 5f72037c31ca4efd74b17dee1367ac4d8b20f119 Mon Sep 17 00:00:00 2001 From: Roman Samoilov <2270393+rsamoilov@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:23:10 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 15 +++++++++++++++ lib/rage/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614124ec..adf7362d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/lib/rage/version.rb b/lib/rage/version.rb index 86ad19ba..df153465 100644 --- a/lib/rage/version.rb +++ b/lib/rage/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rage - VERSION = "0.7.0" + VERSION = "1.0.0" end