Skip to content

Commit a762e4e

Browse files
committed
bump version
1 parent d54ab47 commit a762e4e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## [Unreleased]
22

3+
## [1.19.0] - 2025-12-03
4+
5+
### Added
6+
7+
- Add ability to specify external loggers (#178).
8+
- Pass all of log data to deferred tasks (#173).
9+
- Add the `Request#route_uri_pattern` method (#175).
10+
- Support global log tags and context (#171, #177).
11+
12+
### Fixed
13+
14+
- Fix reloading in dev with user-level fibers (#170).
15+
316
## [1.18.0] - 2025-10-29
417

518
### Added

lib/rage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rage
4-
VERSION = "1.18.0"
4+
VERSION = "1.19.0"
55
end

0 commit comments

Comments
 (0)