Skip to content

Commit ae3061b

Browse files
authored
Merge pull request #12 from Gaboso/changelog_update
Changelog changed to English.
2 parents 80ad5d5 + 80e17a2 commit ae3061b

2 files changed

Lines changed: 28 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,70 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.7] - 2020-08-09
6+
7+
### Changed
8+
- Changelog changed to English.
9+
510
## [1.3.6] - 2020-08-09
611

712
### Changed
8-
- Atualizada a versão do Log4j.
13+
- Version updated Log4j.
914

1015
## [1.3.5] - 2020-08-09
1116

1217
### Changed
13-
- Atualizada a maneira que o log é gerado.
14-
- Corrigidos erros de digitação no changelog
18+
- Updated the way the log is generated.
19+
- Fixed typos in the changelog.
1520

1621
## [1.3.4] - 2018-05-28
1722

1823
### Added
19-
- Licença ao projeto
24+
- Project license
2025

2126
### Changed
22-
- Estrutura interna de pacotes.
27+
- Internal structure of packages.
2328

2429
## [1.3.3] - 2018-01-20
2530

2631
### Added
27-
- Função de iniciar o jar sem passar parâmetro do workspace.
28-
- Classe FileHelper, para auxiliar as ações envolvendo arquivos.
29-
- Classe OsHelper, para auxiliar as ações envolvendo propriedades do SO.
32+
- Function of starting the jar without passing a workspace parameter.
33+
- FileHelper class, to assist actions involving files.
34+
- OsHelper class, to assist actions involving OS properties.
3035

3136
### Changed
32-
- Estrutura interna de pacotes.
33-
- Estrutura do Changelog do projeto.
37+
- Internal structure of packages.
38+
- Changelog structure of the project.
3439

3540
## [1.3.2] - 2018-01-18
3641

3742
### Changed
38-
- Correções e melhorias internas além da limpeza de código.
43+
- Internal fixes and improvements in addition to code cleaning.
3944

4045
## [1.3.1] - 2017-12-20
4146

4247
### Added
43-
- Suporte ao Linux.
48+
- Linux support.
4449

4550
## [1.2] - 2017-07-12
4651

4752
### Added
48-
- Módulo para projetos que utilizam Grunt.
53+
- Module for projects that use Grunt.
4954
### Changed
50-
- Correção na maneira que o log é gerado.
55+
- Correction in the way the log is generated.
5156

5257
## [1.1] - 2017-04-30
5358

5459
### Changed
55-
- Correção nos links internos presentes no README.
56-
- Modificado processo de build para executar com o `mvn install`.
57-
- Alterado nome final do jar para o nome do `artifactId` ficando reduzido a `scriptum.jar`
58-
- Ajuste dos exemplos no README.md para se adequar ao novo nome do jar.
60+
- Correction to the internal links present in the README.
61+
- Modified build process to run with `mvn install`.
62+
- Changed the final name of the jar to the name of `artifactId` being reduced to` scriptum.jar`
63+
- Adjust the examples in README.md to suit the new jar name.
5964

6065
## [1.0] - 2017-04-30
6166

6267
### Added
63-
- Módulo de atualização do Git
64-
- Módulo de instalação do Maven
65-
- Módulo de atualização e instalação do npm
66-
- Módulo de atualização e instalação do bower
68+
- Git update module
69+
- Maven installation module
70+
- Npm update module
71+
- Bower update module

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>br.com.gaboso</groupId>
88
<artifactId>scriptum</artifactId>
9-
<version>1.3.6</version>
9+
<version>1.3.7</version>
1010

1111
<organization>
1212
<name>com.github.gaboso</name>

0 commit comments

Comments
 (0)