Skip to content

Commit

Permalink
chore(release): 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jan 31, 2021
1 parent 324a699 commit 9a67219
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 54 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.6](https://github.com/theleagueof/fontship/compare/v0.7.5...v0.7.6) (2021-01-31)


### Features

* **build:** Detect system dependencies and allow substitution at build time ([f61fb30](https://github.com/theleagueof/fontship/commit/f61fb307e4034d9dd3ac565d81417f6e5028455b))
* **build:** Finish up renameable build support ([b304140](https://github.com/theleagueof/fontship/commit/b3041401df642f7d3941ca30bb2ef3904ceabed5))
* **cli:** Detect fontship.mk file as project specific rules ([b03d563](https://github.com/theleagueof/fontship/commit/b03d563597c64bd93e0ac4420ba587e67dac1d2a))
* **docker:** Extend renameable build support to Docker ([c59d0ff](https://github.com/theleagueof/fontship/commit/c59d0ff63e614e8628c64460c743d06b47539808))


### Bug Fixes

* **cli:** Avoid tripping up on filnames with brackets ([5b464e1](https://github.com/theleagueof/fontship/commit/5b464e157f1606fac455c786138e59e1134ae55c))

### [0.7.5](https://github.com/theleagueof/fontship/compare/v0.7.4...v0.7.5) (2021-01-09)


Expand Down
101 changes: 49 additions & 52 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.5"
version = "0.7.6"
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.5",
"version": "0.7.6",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit 9a67219

Please sign in to comment.