Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 17, 2020
1 parent 4ef2a18 commit 29bb5c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.0](https://github.com/theleagueof/fontship/compare/v0.6.2...v0.7.0) (2020-11-17)


### ⚠ BREAKING CHANGES

* **rules:** Complete deprecation of using rules without CLI

### Features

* **cli:** Add setup operation to normalize SHA lengths ([4945f53](https://github.com/theleagueof/fontship/commit/4945f534cdece4ed504af5570b5f0ad8dbb500f8))
* **cli:** Rebuild .gitignore on setup ([527a0ed](https://github.com/theleagueof/fontship/commit/527a0eddb8ca97596b90f14b899db781b41bf811))
* **rules:** Add .gitignore file builder ([57c0925](https://github.com/theleagueof/fontship/commit/57c092521641924f136c0006880e733f07c0e009))


### Bug Fixes

* **ufo:** Bring variable UFO sources inline with Glyphs ([1680e29](https://github.com/theleagueof/fontship/commit/1680e29553cbc0a6e9cf82831788c044e4623ca3))


### Miscellaneous Chores

* **rules:** Complete deprecation of using rules without CLI ([e138edf](https://github.com/theleagueof/fontship/commit/e138edffce1357665121d8a32ef1a781cfdb8cbf))

### [0.6.2](https://github.com/theleagueof/fontship/compare/v0.6.1...v0.6.2) (2020-10-29)


Expand Down
2 changes: 1 addition & 1 deletion 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.6.2"
version = "0.7.0"
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.6.2",
"version": "0.7.0",
"description": "A font development toolkit and collaborative work flow",
"main": "fontship",
"scripts": {
Expand Down

0 comments on commit 29bb5c7

Please sign in to comment.