Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 19, 2018
1 parent 9e73ac4 commit c985a20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [v1.6.0] – 2018-06-19

### Added

- Support for [Google's Inconsolata font](https://fonts.google.com/specimen/Inconsolata)
- Support for [IBM Plex™](https://github.com/IBM/plex/)
- Tag version 1.6.0 as `TL2017` as TeX Live 2017 is frozen

### Changed

Expand Down Expand Up @@ -74,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Initial release

[Unreleased]: https://github.com/koppor/docker-texlive/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/koppor/docker-texlive/compare/v1.6.0...HEAD
[v1.6.0]: https://github.com/koppor/docker-texlive/compare/v1.5.1...v1.6.0
[v1.5.0]: https://github.com/koppor/docker-texlive/compare/v1.4.1...v1.5.0
[v1.4.1]: https://github.com/koppor/docker-texlive/compare/v1.4.0...v1.4.1
[v1.4.0]: https://github.com/koppor/docker-texlive/compare/v1.3.0...v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This docker image supports full TeX Live 2017 with following additions:

Usage:

docker run --rm -it -v $(pwd):/home danteev/texlive latexmk document.tex
docker run --rm -it -v $(pwd):/home danteev/texlive:TL2017 latexmk document.tex

Usage in [CircleCI 2.0](https://circleci.com/docs/2.0/):

Expand All @@ -25,7 +25,7 @@ version: 2
jobs:
build:
docker:
- image: danteev/texlive
- image: danteev/texlive:TL2017
steps:
- checkout
- run: latexmk document.tex
Expand Down

0 comments on commit c985a20

Please sign in to comment.