There was an error while loading. Please reload this page.
1 parent 3fe6ef6 commit 39d583fCopy full SHA for 39d583f
3 files changed
lib/protocol/url/version.rb
@@ -7,6 +7,6 @@
7
module Protocol
8
# @namespace
9
module URL
10
- VERSION = "0.8.0"
+ VERSION = "0.9.0"
11
end
12
readme.md
@@ -34,6 +34,10 @@ This project is best served by a collaborative and respectful environment. Treat
34
35
Please see the [project releases](https://socketry.github.io/protocol-url/releases/index) for all releases.
36
37
+### v0.9.0
38
+
39
+ - Add `Protocol::URL::LimitError` for configured processing limits.
40
41
### v0.8.0
42
43
- Use consistent limit naming for form data parser constraints.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.9.0
4
5
- Add `Protocol::URL::LimitError` for configured processing limits.
6
0 commit comments