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.1 .0"
10+ VERSION = "0.2 .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.2.0
38+
39+ - Move ` Protocol::URL::PATTERN ` to ` protocol/url/pattern.rb ` so it can be shared more easily.
40+
3741### v0.1.0
3842
3943 - Initial implementation.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.2.0
44
55 - Move ` Protocol::URL::PATTERN ` to ` protocol/url/pattern.rb ` so it can be shared more easily.
66
You can’t perform that action at this time.
0 commit comments