Skip to content

Commit d79f112

Browse files
committed
bump version
1 parent 4d3ccee commit d79f112

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.18.0] - 2025-10-29
4+
5+
### Added
6+
7+
- Add `Rage::Events` (#167).
8+
9+
### Fixed
10+
11+
- Fix sequential `Fiber.await` calls (#168).
12+
313
## [1.17.1] - 2025-08-21
414

515
### Fixed

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.17.1"
4+
VERSION = "1.18.0"
55
end

0 commit comments

Comments
 (0)