File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.0.0-rc.6] ( https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.5...v1.0.0-rc.6 ) (2025-12-22)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * remove redundant merge cos of Plug.Parsers by Rasheed Atanda
16+
817## [ v1.0.0-rc.5] ( https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.4...v1.0.0-rc.5 ) (2025-12-01)
918
1019
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The package can be installed by adding `request_validator` to your list of depen
1818``` elixir
1919def deps do
2020 [
21- {:request_validator , " ~> 1.0.0-rc.5 " }
21+ {:request_validator , " ~> 1.0.0-rc.6 " }
2222 ]
2323end
2424```
Original file line number Diff line number Diff line change 11defmodule Request.Validator.Mixfile do
22 use Mix.Project
33
4- @ version "1.0.0-rc.5 "
4+ @ version "1.0.0-rc.6 "
55 @ scm_url "https://github.com/heywhy/elixir-request-validator"
66
77 def project do
You can’t perform that action at this time.
0 commit comments