Skip to content

Commit 63af120

Browse files
committed
release: v0.2
1 parent 9388604 commit 63af120

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

TODO.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# TODO
22

3-
- v0.2
4-
[ ] Criar endpoints /products
5-
[ ] Salvar os logs no SQlite
3+
- v0.3
64
[ ] Implementar testes
5+
[ ] Criar endpoints /products
76
[ ] Implementar GitHub actions para testes
87

8+
- v0.2
9+
[X] Implementar middleware
10+
[X] Salvar os logs no SQlite
11+
912
- v0.1
1013
[X] Criar projeto em .NetCore
1114
[X] Instalar e configurar dependências para o SQLite

webapi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>0.1.0</Version>
7+
<Version>0.2.0</Version>
88
<Copyright>Copyright © 2023</Copyright>
99
<Company>tglimatech</Company>
1010
<Authors>tglima</Authors>

0 commit comments

Comments
 (0)