Skip to content

Commit cf97b12

Browse files
authored
Merge pull request #5 from BerkeleyLibrary/bump-release-to-0.3.0
Bumping to 0.3.0
2 parents 18da2f5 + ca53487 commit cf97b12

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# 0.2.1 (2026-02-04)
1+
# 0.3.0 (2026-02-04)
22

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

78
# 0.2.0 (2025-07-24)
89

lib/berkeley_library/util/module_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ModuleInfo
77
SUMMARY = 'Miscellaneous Ruby utilities for the UC Berkeley Library'.freeze
88
DESCRIPTION = 'A collection of miscellaneous Ruby routines for the UC Berkeley Library.'.freeze
99
LICENSE = 'MIT'.freeze
10-
VERSION = '0.2.1'.freeze
10+
VERSION = '0.3.0'.freeze
1111
HOMEPAGE = 'https://github.com/BerkeleyLibrary/util'.freeze
1212
end
1313
end

0 commit comments

Comments
 (0)