Skip to content

Commit

Permalink
touch version number + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Aug 9, 2021
1 parent eccbca3 commit ef0deac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog For DrawBot

## [3.128] 2021-08-09

- Fixing bug when adding glyphNames to a formattedString with fontVariation settings.
- Always set the ligature default to workaround a bug in macOS
- Improve error messages for ill-specified fonts

## [3.127] 2021-04-29

- Allow `Path` objects in places where a path is an argument: `saveImage(pathObject)`, `image(pathObject, ...)`
Expand Down
2 changes: 1 addition & 1 deletion drawBot/drawBotSettings.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.127"
__version__ = "3.128"

0 comments on commit ef0deac

Please sign in to comment.