Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Nov 11, 2020
1 parent bb11b72 commit 02bf60e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2020-11-11

### Added

- Python-based tests for the produced PDFs (1746e4e).
This allows the user to automatically run a test suite against the produced PDFs,
for example checking for page count, metadata and much more.
- Makefiles for the [root](Makefile) and [tests](tests/Makefile) directories, while
also swapping all CI routines over to use `make` (b4a9881).
This allows for local as well as CI use using the same commands, and reduces coupling
with the CI engine.
- Caching of files in CI, for much faster pipelines (while introducing some issues) (28aea76).
- Showcase and fixing of `\abs` macro for absolute values (4d0c6ff, bb11b72).

### Changed

- Git metadata display in the colophon (7c59cbe).

## [1.2.0] - 2020-10-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion cookbook.cls
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Refer to https://www.overleaf.com/learn/latex/Writing_your_own_class
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{cookbook}[2020-10-29 v1.2.0 cookbook class]
\ProvidesClass{cookbook}[2020-11-11 v2.0.0 cookbook class]

% Fail early and give useful information on the required engine.
% This helps users who do not read the documentation beforehand, by promoting the
Expand Down
2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tests"
version = "1.3.0"
version = "2.0.0"
description = "Checks for PDFs."
authors = ["Alex Povel <[email protected]>"]

Expand Down

0 comments on commit 02bf60e

Please sign in to comment.