Bump localhost from 1.6.0 to 1.8.0#920
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps [localhost](https://github.com/socketry/localhost) from 1.6.0 to 1.8.0. - [Release notes](https://github.com/socketry/localhost/releases) - [Changelog](https://github.com/socketry/localhost/blob/main/releases.md) - [Commits](socketry/localhost@v1.6.0...v1.8.0) --- updated-dependencies: - dependency-name: localhost dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
2 similar comments
Contributor
Contributor
Contributor
gem compare localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT required_ruby_version:
1.6.0: >= 3.2
1.8.0: >= 3.3
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.8.0: 4.0.6
DIFFERENT version:
1.6.0: 1.6.0
1.8.0: 1.8.0
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +2/-2
license.md +1/-1
readme.md +20/-0
releases.md +4/-0
DIFFERENT runtime dependencies:
1.6.0->1.8.0:
* Added:
bake [">= 0"] (runtime) |
1 similar comment
Contributor
gem compare localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT required_ruby_version:
1.6.0: >= 3.2
1.8.0: >= 3.3
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.8.0: 4.0.6
DIFFERENT version:
1.6.0: 1.6.0
1.8.0: 1.8.0
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +2/-2
license.md +1/-1
readme.md +20/-0
releases.md +4/-0
DIFFERENT runtime dependencies:
1.6.0->1.8.0:
* Added:
bake [">= 0"] (runtime) |
Contributor
Contributor
gem compare localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT required_ruby_version:
1.6.0: >= 3.2
1.8.0: >= 3.3
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.8.0: 4.0.6
DIFFERENT version:
1.6.0: 1.6.0
1.8.0: 1.8.0
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +2/-2
license.md +1/-1
readme.md +20/-0
releases.md +4/-0
DIFFERENT runtime dependencies:
1.6.0->1.8.0:
* Added:
bake [">= 0"] (runtime) |
Contributor
gem compare --diff localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/lib/localhost/authority.rb 2026-05-04 02:35:15.511104864 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/lib/localhost/authority.rb 2026-05-04 02:35:15.512104871 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/lib/localhost/system/linux.rb 2026-05-04 02:35:15.511104864 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/lib/localhost/system/linux.rb 2026-05-04 02:35:15.513104878 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/lib/localhost/version.rb 2026-05-04 02:35:15.512104871 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/lib/localhost/version.rb 2026-05-04 02:35:15.513104878 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.8.0"
license.md
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/license.md 2026-05-04 02:35:15.512104871 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/license.md 2026-05-04 02:35:15.513104878 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams.
readme.md
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/readme.md 2026-05-04 02:35:15.512104871 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/readme.md 2026-05-04 02:35:15.513104878 +0000
@@ -24,0 +25,4 @@
+### v1.8.0
+
+ - Add `bake` as direct dependency.
+
@@ -48,0 +53,16 @@
+
+### Running Tests
+
+To run the test suite:
+
+``` shell
+bundle exec sus
+```
+
+### Making Releases
+
+To make a new release:
+
+``` shell
+bundle exec bake gem:release:patch # or minor or major
+```
releases.md
--- /tmp/d20260504-367-n09sd7/localhost-1.6.0/releases.md 2026-05-04 02:35:15.512104871 +0000
+++ /tmp/d20260504-367-n09sd7/localhost-1.8.0/releases.md 2026-05-04 02:35:15.513104878 +0000
@@ -2,0 +3,4 @@
+## v1.8.0
+
+ - Add `bake` as direct dependency.
+ |
Contributor
gem compare --diff localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/lib/localhost/authority.rb 2026-05-04 02:35:16.278402540 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/lib/localhost/authority.rb 2026-05-04 02:35:16.280402572 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/lib/localhost/system/linux.rb 2026-05-04 02:35:16.278402540 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/lib/localhost/system/linux.rb 2026-05-04 02:35:16.282402604 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/lib/localhost/version.rb 2026-05-04 02:35:16.278402540 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/lib/localhost/version.rb 2026-05-04 02:35:16.282402604 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.8.0"
license.md
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/license.md 2026-05-04 02:35:16.278402540 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/license.md 2026-05-04 02:35:16.282402604 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams.
readme.md
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/readme.md 2026-05-04 02:35:16.279402556 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/readme.md 2026-05-04 02:35:16.282402604 +0000
@@ -24,0 +25,4 @@
+### v1.8.0
+
+ - Add `bake` as direct dependency.
+
@@ -48,0 +53,16 @@
+
+### Running Tests
+
+To run the test suite:
+
+``` shell
+bundle exec sus
+```
+
+### Making Releases
+
+To make a new release:
+
+``` shell
+bundle exec bake gem:release:patch # or minor or major
+```
releases.md
--- /tmp/d20260504-513-ulwhkw/localhost-1.6.0/releases.md 2026-05-04 02:35:16.279402556 +0000
+++ /tmp/d20260504-513-ulwhkw/localhost-1.8.0/releases.md 2026-05-04 02:35:16.282402604 +0000
@@ -2,0 +3,4 @@
+## v1.8.0
+
+ - Add `bake` as direct dependency.
+ |
Contributor
gem compare localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT required_ruby_version:
1.6.0: >= 3.2
1.8.0: >= 3.3
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.8.0: 4.0.6
DIFFERENT version:
1.6.0: 1.6.0
1.8.0: 1.8.0
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +2/-2
license.md +1/-1
readme.md +20/-0
releases.md +4/-0
DIFFERENT runtime dependencies:
1.6.0->1.8.0:
* Added:
bake [">= 0"] (runtime) |
Contributor
gem compare --diff localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/lib/localhost/authority.rb 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/lib/localhost/authority.rb 2026-05-04 02:35:23.198502450 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/lib/localhost/system/linux.rb 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/lib/localhost/system/linux.rb 2026-05-04 02:35:23.198502450 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/lib/localhost/version.rb 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/lib/localhost/version.rb 2026-05-04 02:35:23.199502459 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.8.0"
license.md
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/license.md 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/license.md 2026-05-04 02:35:23.199502459 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams.
readme.md
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/readme.md 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/readme.md 2026-05-04 02:35:23.199502459 +0000
@@ -24,0 +25,4 @@
+### v1.8.0
+
+ - Add `bake` as direct dependency.
+
@@ -48,0 +53,16 @@
+
+### Running Tests
+
+To run the test suite:
+
+``` shell
+bundle exec sus
+```
+
+### Making Releases
+
+To make a new release:
+
+``` shell
+bundle exec bake gem:release:patch # or minor or major
+```
releases.md
--- /tmp/d20260504-374-zsjs1e/localhost-1.6.0/releases.md 2026-05-04 02:35:23.197502441 +0000
+++ /tmp/d20260504-374-zsjs1e/localhost-1.8.0/releases.md 2026-05-04 02:35:23.199502459 +0000
@@ -2,0 +3,4 @@
+## v1.8.0
+
+ - Add `bake` as direct dependency.
+ |
Contributor
gem compare --diff localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/lib/localhost/authority.rb 2026-05-04 02:35:29.568366092 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/lib/localhost/authority.rb 2026-05-04 02:35:29.569366099 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/lib/localhost/system/linux.rb 2026-05-04 02:35:29.569366099 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/lib/localhost/system/linux.rb 2026-05-04 02:35:29.570366107 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/lib/localhost/version.rb 2026-05-04 02:35:29.569366099 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/lib/localhost/version.rb 2026-05-04 02:35:29.570366107 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.8.0"
license.md
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/license.md 2026-05-04 02:35:29.569366099 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/license.md 2026-05-04 02:35:29.570366107 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams.
readme.md
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/readme.md 2026-05-04 02:35:29.569366099 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/readme.md 2026-05-04 02:35:29.570366107 +0000
@@ -24,0 +25,4 @@
+### v1.8.0
+
+ - Add `bake` as direct dependency.
+
@@ -48,0 +53,16 @@
+
+### Running Tests
+
+To run the test suite:
+
+``` shell
+bundle exec sus
+```
+
+### Making Releases
+
+To make a new release:
+
+``` shell
+bundle exec bake gem:release:patch # or minor or major
+```
releases.md
--- /tmp/d20260504-479-cr8t7v/localhost-1.6.0/releases.md 2026-05-04 02:35:29.569366099 +0000
+++ /tmp/d20260504-479-cr8t7v/localhost-1.8.0/releases.md 2026-05-04 02:35:29.570366107 +0000
@@ -2,0 +3,4 @@
+## v1.8.0
+
+ - Add `bake` as direct dependency.
+ |
Contributor
Contributor
gem compare localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT required_ruby_version:
1.6.0: >= 3.2
1.8.0: >= 3.3
DIFFERENT rubygems_version:
1.6.0: 3.6.7
1.8.0: 4.0.6
DIFFERENT version:
1.6.0: 1.6.0
1.8.0: 1.8.0
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb +2/-2
lib/localhost/system/linux.rb +9/-2
lib/localhost/version.rb +2/-2
license.md +1/-1
readme.md +20/-0
releases.md +4/-0
DIFFERENT runtime dependencies:
1.6.0->1.8.0:
* Added:
bake [">= 0"] (runtime) |
Contributor
gem compare --diff localhost 1.6.0 1.8.0Compared versions: ["1.6.0", "1.8.0"]
DIFFERENT files:
1.6.0->1.8.0:
* Changed:
lib/localhost/authority.rb
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/lib/localhost/authority.rb 2026-05-04 02:36:57.400230233 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/lib/localhost/authority.rb 2026-05-04 02:36:57.402230225 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -176 +176 @@
- context.tmp_dh_callback = proc {self.dh_key}
+ context.tmp_dh_callback = proc{self.dh_key}
lib/localhost/system/linux.rb
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/lib/localhost/system/linux.rb 2026-05-04 02:36:57.401230229 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/lib/localhost/system/linux.rb 2026-05-04 02:36:57.403230220 +0000
@@ -4 +4 @@
-# Copyright, 2025, by Samuel Williams.
+# Copyright, 2025-2026, by Samuel Williams.
@@ -13,0 +14,3 @@
+ # OpenSUSE/SLES use this path for certificate anchors.
+ OPENSUSE_ANCHORS_PATH = "/etc/pki/trust/anchors/"
+
@@ -26 +29 @@
- # For systems using `update-ca-trust`.
+ # For systems using `update-ca-trust` (most Linux distributions).
@@ -28,0 +32,4 @@
+ elsif File.exist?(OPENSUSE_ANCHORS_PATH)
+ # For systems using `update-ca-certificates` (OpenSUSE/SLES).
+ destination = File.join(OPENSUSE_ANCHORS_PATH, filename)
+ command = UPDATE_CA_CERTIFICATES
lib/localhost/version.rb
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/lib/localhost/version.rb 2026-05-04 02:36:57.401230229 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/lib/localhost/version.rb 2026-05-04 02:36:57.403230220 +0000
@@ -4 +4 @@
-# Copyright, 2018-2025, by Samuel Williams.
+# Copyright, 2018-2026, by Samuel Williams.
@@ -7 +7 @@
- VERSION = "1.6.0"
+ VERSION = "1.8.0"
license.md
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/license.md 2026-05-04 02:36:57.401230229 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/license.md 2026-05-04 02:36:57.403230220 +0000
@@ -3 +3 @@
-Copyright, 2018-2025, by Samuel Williams.
+Copyright, 2018-2026, by Samuel Williams.
readme.md
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/readme.md 2026-05-04 02:36:57.401230229 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/readme.md 2026-05-04 02:36:57.404230216 +0000
@@ -24,0 +25,4 @@
+### v1.8.0
+
+ - Add `bake` as direct dependency.
+
@@ -48,0 +53,16 @@
+
+### Running Tests
+
+To run the test suite:
+
+``` shell
+bundle exec sus
+```
+
+### Making Releases
+
+To make a new release:
+
+``` shell
+bundle exec bake gem:release:patch # or minor or major
+```
releases.md
--- /tmp/d20260504-386-uhgtyu/localhost-1.6.0/releases.md 2026-05-04 02:36:57.401230229 +0000
+++ /tmp/d20260504-386-uhgtyu/localhost-1.8.0/releases.md 2026-05-04 02:36:57.404230216 +0000
@@ -2,0 +3,4 @@
+## v1.8.0
+
+ - Add `bake` as direct dependency.
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps localhost from 1.6.0 to 1.8.0.
Release notes
Sourced from localhost's releases.
Changelog
Sourced from localhost's changelog.
Commits
ecd7e4aBump minor version.981f2b3Addbakedependency. Fixes #39.fd79fc1Modernize code.767eda0Bump minor version.92bfa2cModernize code.6b0f8e9Add support for OpenSUSE.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)