File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77module Protocol
88 # @namespace
99 module URL
10- VERSION = "0.2 .0"
10+ VERSION = "0.3 .0"
1111 end
1212end
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ This project is best served by a collaborative and respectful environment. Treat
3434
3535Please see the [ project releases] ( https://github.com/socketry/protocol-urlreleases/index ) for all releases.
3636
37+ ### v0.3.0
38+
39+ - Add ` relative(target, from) ` for computing relative paths between URLs.
40+
3741### v0.2.0
3842
3943 - Move ` Protocol::URL::PATTERN ` to ` protocol/url/pattern.rb ` so it can be shared more easily.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.3.0
44
55 - Add ` relative(target, from) ` for computing relative paths between URLs.
66
You can’t perform that action at this time.
0 commit comments