Skip to content

Commit c6493c2

Browse files
author
Matheus Tenorio
committed
chore: bump version to 1.0.2
1 parent 32524ad commit c6493c2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) e o pro
66

77
---
88

9+
## [1.0.2] - 2026-03-26
10+
11+
Versão de manutenção com melhorias de documentação. Nenhuma mudança no código da biblioteca.
12+
13+
### Changed
14+
15+
- Aviso de breaking change da v1.0 adicionado ao README
16+
- Seção de documentação com tabela de todos os docs adicionada ao README
17+
- CHANGELOG reescrito com narrativa e contexto histórico
18+
- SANDBOX-GUIDE atualizado com bug conhecido do DNS (`sandbox.hotmart.com`)
19+
20+
---
21+
922
## [1.0.1] - 2026-03-26
1023

1124
Versão de manutenção com melhorias de documentação. Nenhuma mudança no código da biblioteca.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hotmart-python"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Python SDK for the Hotmart API"
55
authors = [{ name = "Matheus Tenório", email = "matheusct16@gmail.com" }]
66
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)