From 0f9cd1679eab5943cb83e8d3482642c9e03895de Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Tue, 9 Jun 2020 11:03:11 +0200 Subject: [PATCH] Add CHANGELOG, bump project version Also add hint to version info to base .tex file --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ cookbook.cls | 2 +- cookbook.tex | 2 ++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ee79cc --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/cookbook.cls b/cookbook.cls index 8b03d66..c6a58d6 100644 --- a/cookbook.cls +++ b/cookbook.cls @@ -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 diff --git a/cookbook.tex b/cookbook.tex index d287fba..3df378b 100644 --- a/cookbook.tex +++ b/cookbook.tex @@ -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 %