We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1113e + 1e7e2c6 commit b83ae89Copy full SHA for b83ae89
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Changelog
2
3
## v3.1.0
4
+
5
- add a `dehinter.font.dehint` function to be used by programs that import dehinter as a module
6
+- add `--quiet` flag to suppress standard output reporting
7
+- update fonttools dependency to v4.22.1
8
9
## v3.0.0
10
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "3.0.0"
+version = __version__ = "3.1.0"
0 commit comments