Skip to content

Commit b83ae89

Browse files
Merge pull request #65 from source-foundry/prep-3.1.0
v3.1.0 prep
2 parents 3b1113e + 1e7e2c6 commit b83ae89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## v3.1.0
4+
45
- 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
58

69
## v3.0.0
710

lib/dehinter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version = __version__ = "3.0.0"
15+
version = __version__ = "3.1.0"

0 commit comments

Comments
 (0)