Skip to content

Commit 3bb52eb

Browse files
committed
chore: release version v1.0.0-rc.5
1 parent 40331d8 commit 3bb52eb

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [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)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* don't try to expand when empty by Rasheed Atanda
16+
817
## [v1.0.0-rc.4](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-13)
918

1019

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The package can be installed by adding `request_validator` to your list of depen
1818
```elixir
1919
def deps do
2020
[
21-
{:request_validator, "~> 1.0.0-rc.4"}
21+
{:request_validator, "~> 1.0.0-rc.5"}
2222
]
2323
end
2424
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Request.Validator.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.0-rc.4"
4+
@version "1.0.0-rc.5"
55
@scm_url "https://github.com/heywhy/elixir-request-validator"
66

77
def project do

0 commit comments

Comments
 (0)