@promovaweb/specsfy 0.11.2 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,32 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.12.0] - 2026-09-03
|
|
8
|
+
|
|
9
|
+
### Adicionado
|
|
10
|
+
|
|
11
|
+
- Adiciona o especialista de versionamento para criar, consultar, incrementar
|
|
12
|
+
e conferir o arquivo `SEMVER` na raiz do projeto consumidor.
|
|
13
|
+
- Adiciona o especialista de Debian Server e amplia o fluxo de deploy com
|
|
14
|
+
Docker, Docker Swarm, Ansible e engenharia de entrega.
|
|
15
|
+
- Publica o capítulo "Da versão ao servidor" no guia do usuário e inclui a
|
|
16
|
+
edição `v1.8.0` do ebook em PDF e EPUB.
|
|
17
|
+
|
|
18
|
+
### Alterado
|
|
19
|
+
|
|
20
|
+
- Faz Ansible, Docker Swarm e engenharia de entrega carregarem o especialista
|
|
21
|
+
de versionamento durante a preparação do deploy.
|
|
22
|
+
- Faz Docker consultar `SEMVER` quando a imagem representar uma release.
|
|
23
|
+
|
|
24
|
+
### Validação
|
|
25
|
+
|
|
26
|
+
- `python3 -B -m unittest discover -s specialists/tests -p 'test_*.py'`
|
|
27
|
+
- `uv run --quiet --with behave==1.3.3 behave specialists/tests/features --no-capture`
|
|
28
|
+
- `python3 -B -m unittest discover -s skills/tests -p 'test_*.py'`
|
|
29
|
+
- `cd skills && uv run --quiet --with behave==1.3.3 behave tests/features --no-capture`
|
|
30
|
+
- `python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
31
|
+
- `make verify-ebook`
|
|
32
|
+
|
|
7
33
|
## [0.11.2] - 2026-08-31
|
|
8
34
|
|
|
9
35
|
### Corrigido
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED