omq-rs 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d916c6123be10c4d2689f3ced757ae56a96a762ed91a48331c2cc2ae6f5fcef5
4
- data.tar.gz: 7e19c87b521e037a0d739486c42ab0f2586377754cb0f7dc087b4d581a81820c
3
+ metadata.gz: 0fca0a944cdb534dc6f5571fedda51fc037023604cd3fb96a523b3a68914e0db
4
+ data.tar.gz: cd4e8f1fe5372d0100ded7144fcf42a9bf52326b418a1bae0f55035d838e47d5
5
5
  SHA512:
6
- metadata.gz: 4eca9973111eaf059d20637412340440cfa856ff21c99174a12dd4e9f802c077b6cc517ecb5475e0f619252a6f29d5df4ec22838c0700a6d0200dd2060d71abb
7
- data.tar.gz: fede7168c871a78f2449b2ed5f92eafb943bafa72fa5050240c2d642f42f4beeba5acee0eea200f114563acee8f2fab11eda19599c7babd9be55441e23565415
6
+ metadata.gz: e1cabd34fcb44e0919c7cf333c11a49b2d08f2fba00540cd0cde53effc5f2505ccd68711d805d7e7a3f1ab7412c417ef5b55c64356d20c45cabd1df753400945
7
+ data.tar.gz: 0c34c6de83e87e2559f880ddc4c626ff3166f7c3bbb2a509ed0ef44099e9451239f4caf405a52ecf0c51597aa8eb9701906f9353cf186a41bbcac12972ce6717
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.2.1] - 2026-09-19
6
+
7
+ ### Changed
8
+
9
+ - Bundle the current OMQ core release.
10
+
5
11
  ## [0.2.0] - 2026-09-04
6
12
 
7
13
  - Add PLAIN username/password allowlists and authentication callbacks through
@@ -22,7 +22,7 @@ ws = ["omq-tokio/ws"]
22
22
  [dependencies]
23
23
  omq-proto = { version = ">=0.27.0, <0.28.0", default-features = false }
24
24
  omq-tokio = { version = ">=0.22.0, <0.23.0", default-features = false }
25
- yring = { version = "=0.3.14", features = ["async"] }
25
+ yring = { version = "=0.3.17", features = ["async"] }
26
26
 
27
27
  bytes = "1.12.0"
28
28
  flume = { version = "0.12", default-features = false, features = ["async"] }
@@ -5,6 +5,6 @@ module OMQ
5
5
  module Rust
6
6
  # Ruby binding version.
7
7
  # @return [String]
8
- VERSION = "0.2.0"
8
+ VERSION = "0.2.1"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omq-rs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Wenger
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: 3.3.11
75
75
  requirements: []
76
- rubygems_version: 4.0.16
76
+ rubygems_version: 4.0.20
77
77
  specification_version: 4
78
78
  summary: Fast Ruby binding for OMQ.rs
79
79
  test_files: []