diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3cb87..f3ce229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5](https://github.com/theleagueof/fontship/compare/v0.7.4...v0.7.5) (2021-01-09) + + +### Bug Fixes + +* **rules:** Exclude excess version info from tagged dist packaging ([c1beed7](https://github.com/theleagueof/fontship/commit/c1beed7865bb7db05d39bde6afc7155903a9e7f4)) + ### [0.7.4](https://github.com/theleagueof/fontship/compare/v0.7.3...v0.7.4) (2021-01-09) diff --git a/Cargo.lock b/Cargo.lock index 0eb55a4..da41e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ checksum = "ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba" [[package]] name = "fontship" -version = "0.7.4" +version = "0.7.5" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 803708e..1e6136c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fontship" -version = "0.7.4" +version = "0.7.5" authors = [ "Caleb Maclennan " ] edition = "2018" description = "A font development toolkit and collaborative work flow" diff --git a/package.json b/package.json index 0f0876e..3ca8d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fontship", - "version": "0.7.4", + "version": "0.7.5", "description": "A font development toolkit and collaborative work flow", "main": "fontship", "scripts": {