limarka 19.7.3.pre.324 → 19.7.3.pre.325

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00dcf80361f831984e3cd9bf91b627a4bb5834fc95cedc49326df86a7cf998d9
4
- data.tar.gz: ad01e5997880d67515664193cd00121defdbb1f2fe80a1762ae84edacbcb61b3
3
+ metadata.gz: 9627f77cf7ef613fcf3b70aa78beeca6dad78fb3442c7016baba25f84dd6a1e2
4
+ data.tar.gz: 6f8d8bb6f7ac7bf6198500771a1d5edcae00ffff9cf3f697c02856eacf657e3e
5
5
  SHA512:
6
- metadata.gz: b7f15adcf4e7158d7b37d358bcedf7a59b96fd762288e64460f016f8ead56355cd40e8ba3ae9d7619bb3c1d3af5cac46adfe81b5e3041714aa359f57ee9194ed
7
- data.tar.gz: '0985e4d7d0d3a6e9daf37ec87ab0a6477f11a72bcf7a1c1b5bf9e9d0438d77747f70b33821b0aa203a2828cc4f590d82465d874a9d44f164c4ad8eabcccb7726'
6
+ metadata.gz: 1a217751aa35572a7268dc8e0fa4f3491729bb82ba0990a1a9298f27de4c2384a1ea52290d1b17bfa85d697e660351b7362e20118bd1ea101525d37a9038de93
7
+ data.tar.gz: 594e3df3b2bb091c6458e92543b696ac5fec3a3ec14a33b8084c26aa11f3876a503d23be003966ae338cc3b6fae29dad3634a5a6372af2952a28055dfa96aabd
@@ -1,6 +1,17 @@
1
1
  # Changelog
2
2
  Todas as mudanças relevantes deste projeto serão documentadas neste arquivo.
3
3
  O formato é baseado em [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4
+ ## 19.7.3 - 2019-07-05
5
+ ### Removido
6
+ - Remoção da opção de upgrade do pdf (que nunca foi implementada)
7
+
8
+ ### Mudanças
9
+ - Arquivo `latexcustomizacao.sty` referencias passaram a ser opcionais - [#194](https://github.com/abntex/limarka/issues/194)
10
+
11
+ ### Melhorias implementadas
12
+ - Agora é possível ativar [outras extensões do pandoc](https://pandoc.org/MANUAL.html#non-pandoc-extensions) - [#63](https://github.com/abntex/limarka/issues/63)
13
+
14
+ ---
4
15
  ## 19.7.2 - 2019-07-03
5
16
  ### Deprecated
6
17
  - Comando 'check' será removido em breve
@@ -0,0 +1,11 @@
1
+ ## 19.7.3 - 2019-07-05
2
+ ### Removido
3
+ - Remoção da opção de upgrade do pdf (que nunca foi implementada)
4
+
5
+ ### Mudanças
6
+ - Arquivos `latexcustomizacao.sty` e referencias passaram a ser opcionais - [#194](https://github.com/abntex/limarka/issues/194)
7
+
8
+ ### Melhorias implementadas
9
+ - Agora é possível ativar [outras extensões do pandoc](https://pandoc.org/MANUAL.html#non-pandoc-extensions) - [#63](https://github.com/abntex/limarka/issues/63)
10
+
11
+ ---
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limarka
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.7.3.pre.324
4
+ version: 19.7.3.pre.325
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre
@@ -323,12 +323,10 @@ files:
323
323
  - changelogs/releases/1.1.0.md
324
324
  - changelogs/releases/19.06.md
325
325
  - changelogs/releases/19.7.2.md
326
+ - changelogs/releases/19.7.3.md
326
327
  - changelogs/releases/19.7.md
327
328
  - changelogs/template.yml
328
329
  - changelogs/unreleased/.gitkeep
329
- - changelogs/unreleased/20190704084958903_customizacao-opcional.yml
330
- - changelogs/unreleased/20190704092510067_limarka_format.yml
331
- - changelogs/unreleased/20190705093959516_upgrade.yml
332
330
  - containers/limarka.dockerfile
333
331
  - containers/ruby-latex-pandoc.dockerfile
334
332
  - docs/paper/codemeta.json
@@ -1,2 +0,0 @@
1
- "Mudanças":
2
- - "Arquivo `latexcustomizacao.sty` passou a ser opcional - [\#194](https://github.com/abntex/limarka/issues/194)"
@@ -1,3 +0,0 @@
1
- "Melhorias implementadas":
2
- - "Agora é possível ativar [outras extensões do pandoc](https://pandoc.org/MANUAL.html#non-pandoc-extensions) -
3
- [\#63](https://github.com/abntex/limarka/issues/63)"
@@ -1,3 +0,0 @@
1
- "Removido":
2
- - Remoção da opção de upgrade do pdf (que nunca foi implementado)
3
-