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.2] ( https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.1...v1.0.0-rc.2 ) (2025-11-02)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * unquote configured gettext backend by Rasheed Atanda
16+
817## [ v1.0.0-rc.1] ( https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.0...v1.0.0-rc.1 ) (2025-11-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.1 " }
21+ {:request_validator , " ~> 1.0.0-rc.2 " }
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.1 "
4+ @ version "1.0.0-rc.2 "
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