WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8251165

Browse files
chore: update yggdrasil-engine to version 1.1.1 and release 6.4.1 (#257)
1 parent 8b584e4 commit 8251165

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Note: These changes are not considered notable:
1313

1414
## [Unreleased]
1515

16+
## [6.4.1] - 2025-12-04
17+
18+
### Changed
19+
- Bump yggdrasil-engine
20+
1621
## [6.4.0] - 2025-08-12
1722
### Added
1823
- Experimental streaming support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
2828
Add this line to your application's Gemfile:
2929

3030
```ruby
31-
gem 'unleash', '~> 6.3.0'
31+
gem 'unleash', '~> 6.4.1'
3232
```
3333

3434
And then execute:

lib/unleash/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Unleash
2-
VERSION = "6.4.0".freeze
2+
VERSION = "6.4.1".freeze
33
end

unleash-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.required_ruby_version = ">= 2.7"
2525

2626
spec.add_dependency "ld-eventsource", "2.2.4" unless RUBY_ENGINE == 'jruby'
27-
spec.add_dependency "yggdrasil-engine", "~> 1.1.0"
27+
spec.add_dependency "yggdrasil-engine", "~> 1.1.1"
2828

2929
spec.add_dependency "base64", "~> 0.3.0"
3030
spec.add_dependency "logger", "~> 1.6"

0 commit comments

Comments
 (0)