Skip to content

Commit

Permalink
atualiza README.md e versão da biblioteca
Browse files Browse the repository at this point in the history
  • Loading branch information
brenomfviana committed Jun 27, 2024
1 parent 17468a2 commit c17a7b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cargo add brado
Ou adicionar a linha a seguir no arquivo `Cargo.toml`:

```toml
brado = "0.5.0"
brado = "0.6.0"
```


Expand All @@ -40,7 +40,7 @@ brado = "0.5.0"
- [x] CNPJ: Cadastro Nacional da Pessoa Jurídica;
- [x] CNS: Cartão Nacional de Saúde;
- [x] NIS: NIS/NIT/PIS/PASEP;
- [ ] Título eleitoral: Cadastro que permite cidadãos brasileiros votar;
- [x] Título eleitoral: Cadastro que permite cidadãos brasileiros votar;
- [ ] RENAVAM: Registro Nacional de Veículos Automotores;
- [ ] Certidão de Nascimento/Casamento/Óbito.

Expand Down Expand Up @@ -147,6 +147,7 @@ docs::is_cnpj("639.292.470-11"); // false
1. Fazer um fork do projeto;
2. Criar um Pull Request com as sugestões de alteração.


## (Opcional) Configuração do Projeto via Nix

1. Instalar nix (com flakes, ou seja, >2.4);
Expand Down
2 changes: 1 addition & 1 deletion brado/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brado"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit c17a7b3

Please sign in to comment.