Skip to content

Commit

Permalink
Add CHANGELOG, bump project version
Browse files Browse the repository at this point in the history
Also add hint to version info to base .tex file
  • Loading branch information
alexpovel committed Jun 9, 2020
1 parent 6ca2670 commit 0f9cd16
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Nothing

## [1.1.0] - 2020-06-09

### Added

- Added `bib` file entries for the built-in math macros (f1803d3b):
- `\mean`
- `\logmean`
- `\flow`
- `\difference`
- `\nablaoperator`
- `\vect`
- `\deriv`
- `\fracderiv`
- `\timederiv`
- `\posderiv`
- New tabular showcasing those built-in math macros (119fce11)
- New tabular showcasing the built-in glossary commands (0e7ed5a9):
- `\idx`
- `\name`
- `\sym`
- `\sub`
- `\abb`
- `\cons`
- Added sample entries for the *Terms* index (6ca2670b)

### Removed

- Unused entry `Mach` in `names.bib` (c000d4ec)

## [1.0.0] - 2020-04-22

### Added

- Initial release
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/04/22 v1.0.0 cookbook class]
\ProvidesClass{cookbook}[2020/06/09 v1.1.0 cookbook class]

\newcommand*{\@baseclass}{scrbook}% Name of class this one is based on

Expand Down
2 changes: 2 additions & 0 deletions cookbook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
% LaTeX Cookbook
% LuaLaTeX-based LaTeX cookbook based on KOMAScript
%
% Refer to the *.cls file for version info (see \ProvidesClass).
%
% License and Copyright:
% MIT License
%
Expand Down

0 comments on commit 0f9cd16

Please sign in to comment.