Skip to content

Commit

Permalink
Release v2.2.0 #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Delatorre committed Mar 13, 2024
1 parent 6441422 commit a86d8dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR
- Adicionar validação de Regex [#32](https://github.com/fazedordecodigo/PyFlunt/issues/32)
- Adicionar validação de URL [#33](https://github.com/fazedordecodigo/PyFlunt/issues/33)

## [2.2.0] - 2024-xx-xx
## [2.2.0] - 2024-03-13
### Adicionado
- Validação de GUID [#11](https://github.com/fazedordecodigo/PyFlunt/issues/11)
- Validação UUID aplicando Duck Typing [#11](https://github.com/fazedordecodigo/PyFlunt/issues/11)
- Novos cenários de teste unitários

### Corrigido
- Links do README quebrados [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Bug em `requires` que retornava falso positivo ao receber o valor booleano `False`.
- Reescrita dos testes unitários existentes.



## [2.1.1] - 2024-02-27
Expand Down Expand Up @@ -85,6 +89,8 @@ e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR
<br>
<br>

[2.2.0](https://github.com/fazedordecodigo/PyFlunt/compare/v2.1.1...v2.2.0)

[2.1.1](https://github.com/fazedordecodigo/PyFlunt/compare/v2.1.0...v2.1.1)

[2.1.0](https://github.com/fazedordecodigo/PyFlunt/compare/v2.0.0...v2.1.0)
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/pt-BR/1.1.0
and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/spec/v2.0.0.html).

## [Unreleased]
- Add GUID validation [#11](https://github.com/fazedordecodigo/PyFlunt/issues/11)
- Add standardized messages in PT-BR and EN [#18](https://github.com/fazedordecodigo/PyFlunt/issues/18)
- Add DateTime validation [#27](https://github.com/fazedordecodigo/PyFlunt/issues/27)
- Add Numbers validation [#28](https://github.com/fazedordecodigo/PyFlunt/issues/28)
Expand All @@ -18,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/
- Add Regex validation [#32](https://github.com/fazedordecodigo/PyFlunt/issues/32)
- Add URL validation [#33](https://github.com/fazedordecodigo/PyFlunt/issues/33)

## [2.2.0] - 2024-03-13
### Added
- Applied Duck Typing for UUID validation [#11](https://github.com/fazedordecodigo/PyFlunt/issues/11)
- New unit test scenarios

### Fixed
- Fixed broken links in the README [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Fixed bug in `requires` that returned a false positive when receiving the boolean value `False`.
- Rewrote existing unit tests.

## [2.1.1] - 2024-02-27
### Fixed
- Broken README links [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
Expand All @@ -40,7 +49,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/
### Fixed
- Bug that prevented running on Python v3.9 [#36](https://github.com/fazedordecodigo/PyFlunt/issues/36)


## [2.0.0] - 2024-02-13
### Added

Expand Down

0 comments on commit a86d8dd

Please sign in to comment.