leopard 0.2.8 → 0.2.9

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: e28fb312a603ba19a413cdc3c9b62e702ec70daa6870bd833b182dd82a96b147
4
- data.tar.gz: 5dcb6ade2032068fd4daaf15b7953ae8ad3e81d352d72a6945e3452fb16b762a
3
+ metadata.gz: 6d02341a4f9a1efbee7c3b0eddd7e084959de15e15e382166aee31907da88f4b
4
+ data.tar.gz: 92d3312005a10db80378e572915c5e2383af1f26a479b62c1ced4b6480c80c92
5
5
  SHA512:
6
- metadata.gz: a85035745ea9c0470764ea48c9127a60ae8459ba88d01158c33f22fab74aba81d5781d1c44bbbc09a2bcb53f0ae8787b2434c2ecf16063a0300ecfb3ce63bf7b
7
- data.tar.gz: bcb763a8fc34511e78e9764b648ac75e24cf6370075550a958eeb69fb2cd0a738232c488fc5f06cf7ffe97b004a5d499f70e4a972c8e3aef5c09475d58135535
6
+ metadata.gz: 6ae1effe80f4734f040854926d8beb8fe824ac1d53cb26aaa9e5eae50fdf8a8c7dc7504b2d2b8e0d765e39d92ddf06456e850e68979050fcd08d974f29f08757
7
+ data.tar.gz: 01f81c30bb5e7c0d53324d72220bb90ecc160bc94d95a9a1eeb237ae597c9431b1564fce6b986140a3b8782847a855d96b2215257f3945d2b994f8cd44b5eda0
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.8"
2
+ ".": "0.2.9"
3
3
  }
data/.version.txt CHANGED
@@ -1 +1 @@
1
- 0.2.8
1
+ 0.2.9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.9](https://github.com/rubyists/leopard/compare/v0.2.8...v0.2.9) (2026-07-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** remove upper bound from semantic_logger dependency ([#54](https://github.com/rubyists/leopard/issues/54)) ([0b9f154](https://github.com/rubyists/leopard/commit/0b9f154f1b2ec1961dbb176954551b6f9caf16f0))
9
+
3
10
  ## [0.2.8](https://github.com/rubyists/leopard/compare/v0.2.7...v0.2.8) (2026-05-19)
4
11
 
5
12
 
@@ -3,7 +3,7 @@
3
3
  module Rubyists
4
4
  module Leopard
5
5
  # x-release-please-start-version
6
- VERSION = '0.2.8'
6
+ VERSION = '0.2.9'
7
7
  # x-release-please-end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leopard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - bougyman
@@ -69,14 +69,14 @@ dependencies:
69
69
  name: semantic_logger
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - "~>"
72
+ - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '4'
75
75
  type: :runtime
76
76
  prerelease: false
77
77
  version_requirements: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - "~>"
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: '4'
82
82
  description: Leopard is a puma-like server for managing concurrent NATS ServiceApi