Skip to content

Commit be7eb01

Browse files
chore: release 2.3.0 (#596)
1 parent 02f0ce2 commit be7eb01

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.3.0] - 2025-10-07
11+
912
### Added
1013

1114
- Utilitário `convert_code_to_uf` [#410](https://github.com/brazilian-utils/brutils-python/pull/410)
@@ -96,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9699
- Utilitário `cnpj.display`
97100
- Utilitário `cnpj.validate`
98101

99-
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.2.0...HEAD
102+
[Unreleased]: https://github.com/brazilian-utils/brutils-python/compare/v2.3.0...HEAD
103+
[2.3.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.3.0
100104
[2.2.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.2.0
101105
[2.1.1]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.1
102106
[2.1.0]: https://github.com/brazilian-utils/brutils-python/releases/tag/v2.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "brutils"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
description = "Utils library for specific Brazilian businesses"
55
authors = ["The Brazilian Utils Organization"]
66
license = "MIT"

0 commit comments

Comments
 (0)