diff --git a/CHANGELOG.md b/CHANGELOG.md index e549b35..b595ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index c68c595..6e60c9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ checksum = "ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba" [[package]] name = "fontship" -version = "0.6.2" +version = "0.7.0" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4b350a5..05f02c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.6.2" +version = "0.7.0" authors = [ "Caleb Maclennan " ] edition = "2018" description = "A font development toolkit and collaborative work flow" diff --git a/package.json b/package.json index 21c5d9b..98a111e 100644 --- a/package.json +++ b/package.json @@ -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": {