Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 0.2.1 (2026-02-04)
# 0.3.0 (2026-02-04)

- Add `URIs::HeadCheck`, an OkComputer check that performs a HEAD request
to verify the availability of a URL, with optional basic authentication.
- updates Requester to support timeouts values passed to RestClient
- Bumping to 0.3.0 to reflect changes to `Requester` and the addition of `URIs::HeadCheck`.

# 0.2.0 (2025-07-24)

Expand Down
2 changes: 1 addition & 1 deletion lib/berkeley_library/util/module_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ModuleInfo
SUMMARY = 'Miscellaneous Ruby utilities for the UC Berkeley Library'.freeze
DESCRIPTION = 'A collection of miscellaneous Ruby routines for the UC Berkeley Library.'.freeze
LICENSE = 'MIT'.freeze
VERSION = '0.2.1'.freeze
VERSION = '0.3.0'.freeze
HOMEPAGE = 'https://github.com/BerkeleyLibrary/util'.freeze
end
end
Expand Down