Skip to content

Commit

Permalink
Add Release v2.1.1 #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Delatorre committed Feb 28, 2024
1 parent eb0d554 commit a710acf
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 37 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,14 @@ jobs:
id: create_release
uses: joutvhu/create-release@v1
with:
tag_name: v2.1.0
name: Release v2.1.0
tag_name: v2.1.1
name: Release v2.1.1
body: |
## Adicionado
- CONTRIBUTING em PT-BR e EN por @fazedordecodigo em #39
- CODE_OF_CONDUCT em PT-BR e EN por @fazedordecodigo em #40
- README em PT-BR por @fazedordecodigo em #41
- CHANGELOG em PT-BR e EN por @fazedordecodigo em #42
- SECURITY em PT-BR e EN por @fazedordecodigo em #43
- FUNDING por @fazedordecodigo em #44
- Pull Request Template em PT-BR por @fazedordecodigo em #45
- Issue Template Bug Report em PT-BR por @fazedordecodigo em #46
- Issue Template Feature Report em PT-BR por @fazedordecodigo em #47
- Issue Template Vulnerability Report em PT-BR por @fazedordecodigo em #48
## Corrigido
- Bug que impedia rodar no python v3.9 por @fazedordecodigo em #36
## [2.1.1] - 2024-02-27
### Corrigido
- Links do README quebrados por @fazedordecodigo em #53
- Comandos para script de execução do pre-commit por @fazedordecodigo em #53
- Forma de comunicação para Reportar uma Vulnerabilidade por @fazedordecodigo em #53
draft: false
prerelease: false
env:
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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.1.1] - 2024-02-27
### Corrigido
- Links do README quebrados [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Comandos para script de execução do pre-commit [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Forma de comunicação para Reportar uma Vulnerabilidade [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)

## [2.1.0] - 2024-02-24
### Adicionado
Expand Down Expand Up @@ -73,9 +78,13 @@ e este projeto adere ao [Versionamento Semântico](https://semver.org/lang/pt-BR
<br>
<br>

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v2.0.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)

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/v1.0.0...v2.0.0)

[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v)
[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v1.0.0)

[0.2.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.1.1...0.2.0)

Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ 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.1.1] - 2024-02-27
### Fixed
- Broken README links [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Commands for pre-commit execution script [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)
- Communication method for reporting a vulnerability [#53](https://github.com/fazedordecodigo/PyFlunt/issues/53)

## [2.1.0] - 2024-02-24
### Added
- CONTRIBUTING in PT-BR and EN [#39](https://github.com/fazedordecodigo/PyFlunt/issues/39)
Expand Down Expand Up @@ -73,9 +79,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/pt-BR/
<br>
<br>

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v2.0.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)

[2.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/v1.0.0...v2.0.0)

[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v)
[1.0.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.2.0...v1.0.0)

[0.2.0](https://github.com/fazedordecodigo/PyFlunt/compare/0.1.1...0.2.0)

Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Flunt"
version = "2.1.0"
version = "2.1.1"
description = "Python implementation of Domain Notification Pattern inspired by Flunt (.NET)"
authors = ["Emerson Delatorre <38289677+Delatorrea@users.noreply.github.com>"]
repository = "https://github.com/Delatorrea/PyFlunt"
Expand Down
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ dulwich==0.21.7 ; python_version >= "3.9" and python_version < "4.0" \
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11" \
--hash=sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14 \
--hash=sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68
faker==23.2.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:0520a6b97e07c658b2798d7140971c1d5bc4bcd5013e7937fe075fd054aa320c \
--hash=sha256:f07b64d27f67b62c7f0536a72f47813015b3b51cd4664918454011094321e464
faker==23.3.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:117ce1a2805c1bc5ca753b3dc6f9d567732893b2294b827d3164261ee8f20267 \
--hash=sha256:458d93580de34403a8dec1e8d5e6be2fee96c4deca63b95d71df7a6a80a690de
fastjsonschema==2.19.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:3672b47bc94178c9f23dbb654bf47440155d4db9df5f7bc47643315f9c405cd0 \
--hash=sha256:e3126a94bdc4623d3de4485f8d468a12f02a67921315ddc87836d6e456dc789d
Expand Down Expand Up @@ -414,9 +414,9 @@ jaraco-classes==3.3.1 ; python_version >= "3.9" and python_version < "4.0" \
jeepney==0.8.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "linux" \
--hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \
--hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755
keyring==24.3.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:4446d35d636e6a10b8bce7caa66913dd9eca5fd222ca03a3d42c38608ac30836 \
--hash=sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25
keyring==24.3.1 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:c3327b6ffafc0e8befbdb597cacdb4928ffe5c1212f7645f186e6d9957a898db \
--hash=sha256:df38a4d7419a6a60fea5cef1e45a948a3e8430dd12ad88b0f423c5c143906218
more-itertools==10.2.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:686b06abe565edfab151cb8fd385a05651e1fdf8f0a14191e4439283421f8684 \
--hash=sha256:8fccb480c43d3e99a00087634c06dd02b0d50fbf088b380de5a41a015ec239e1
Expand Down

0 comments on commit a710acf

Please sign in to comment.