Skip to content

Commit

Permalink
chore(release): 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 18, 2020
1 parent 4bf000c commit d12518c
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 32 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.7.2](https://github.com/theleagueof/fontship/compare/v0.7.1...v0.7.2) (2020-12-18)


### Features

* **cli:** Pass through output of special debug target ([0f6471f](https://github.com/theleagueof/fontship/commit/0f6471f0a3f4a660dfc0492d491bd90734761f43))


### Bug Fixes

* **cli:** Detect project name from local Git repo too ([b7c3197](https://github.com/theleagueof/fontship/commit/b7c3197e4e31690de6614b5bbe021e45efde5136))
* **cli:** Disallow quiet flag if debug or verbose enabled ([97a3a49](https://github.com/theleagueof/fontship/commit/97a3a49daf274cca275cd88aa25bbc35b9ba6df6))
* **ufo:** Use best available family name, not legacy ([368201e](https://github.com/theleagueof/fontship/commit/368201e2a78454a9d183d5c47762c750a38a550d))


### Performance Improvements

* **rules:** Stop iteratively reading every value on every use ([01eea8d](https://github.com/theleagueof/fontship/commit/01eea8d0a3348106d3eeca94b363a1ebb07bb863))

### [0.7.1](https://github.com/theleagueof/fontship/compare/v0.7.0...v0.7.1) (2020-11-18)


Expand Down
59 changes: 29 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fontship"
version = "0.7.1"
version = "0.7.2"
authors = [ "Caleb Maclennan <[email protected]>" ]
edition = "2018"
description = "A font development toolkit and collaborative work flow"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fontship",
"version": "0.7.1",
"version": "0.7.2",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit d12518c

Please sign in to comment.