Skip to content

Commit ff31a7b

Browse files
committed
Bump minor version.
1 parent c37193f commit ff31a7b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/protocol/url/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Protocol
88
# @namespace
99
module URL
10-
VERSION = "0.2.0"
10+
VERSION = "0.3.0"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ This project is best served by a collaborative and respectful environment. Treat
3434

3535
Please 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.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.3.0
44

55
- Add `relative(target, from)` for computing relative paths between URLs.
66

0 commit comments

Comments
 (0)