Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Feb 3, 2021
1 parent 6843a2b commit acc3d9e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2021-02-03

### Added

- Option to suppress printing of pages list in the glossaries (b75d3d1)
- GitLab description templates (7038798)

### Changed

- Syntax highlighting now uses `minted` instead of `listings`, a backwards-incompatible change (19fbd87)
- Documentation now stresses Docker usage over manual "labour" (6843a2b)

### Removed

- Previous, custom-made `listings` language definitions; these are covered much better by `pygments`, aka `minted` (19fbd87)

## [2.0.0] - 2020-11-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion cookbook.cls
Expand Up @@ -11,7 +11,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Refer to https://www.overleaf.com/learn/latex/Writing_your_own_class
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{cookbook}[2020-11-11 v2.0.0 cookbook class]
\ProvidesClass{cookbook}[2021-02-03 v3.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tests"
version = "2.0.0"
version = "3.0.0"
description = "Checks for PDFs."
authors = ["Alex Povel <alex.povel@tuhh.de>"]

Expand Down

0 comments on commit acc3d9e

Please sign in to comment.