Skip to content

Commit 3676599

Browse files
committed
Bump minor version.
1 parent e17a07a commit 3676599

3 files changed

Lines changed: 42 additions & 2 deletions

File tree

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.16.0"
10+
VERSION = "0.17.0"
1111
end
1212
end

readme.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,46 @@ bundle exec sus
3434

3535
Please see the [project releases](https://socketry.github.io/protocol-url/releases/index) for all releases.
3636

37+
### v0.17.0
38+
39+
- Add optional explicit `./` prefixes when generating same-directory relative URLs.
40+
41+
### v0.16.0
42+
43+
- Preserve directory and file semantics when generating relative URL paths.
44+
45+
### v0.15.0
46+
47+
- Add `Protocol::URL::Relative#relative_to` for expressing root-relative URLs relative to a base path.
48+
49+
### v0.14.0
50+
51+
- Allow paths to compare with their encoded string representation.
52+
53+
### v0.13.0
54+
55+
- Add conservative normalization of encoded URL paths.
56+
57+
### v0.12.0
58+
59+
- Allow unfrozen relative and absolute URLs to replace their components.
60+
61+
### v0.10.0
62+
63+
- Rename `Protocol::URL::FormData::Parser::CONTENT_TYPE` to `MEDIA_TYPE`.
64+
65+
### v0.9.0
66+
67+
- Add `Protocol::URL::LimitError` for configured processing limits.
68+
69+
### v0.8.0
70+
71+
- Use consistent limit naming for form data parser constraints.
72+
73+
### v0.7.0
74+
75+
- Allow `Protocol::URL::FormData::Parser#parse` to populate a supplied result object.
76+
3777
### v0.16.0
3878

3979
- Preserve directory and file semantics when generating relative URL paths.

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.17.0
44

55
- Add optional explicit `./` prefixes when generating same-directory relative URLs.
66

0 commit comments

Comments
 (0)