Skip to content

Commit 4ff2fbf

Browse files
author
Jake Beresford
committed
Version bump to v2.0.0
1 parent aedfea8 commit 4ff2fbf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.0.0 (6/14/2017)
2+
3+
* Adds support for Woff2 ([#313](https://github.com/FontCustom/fontcustom/pull/313))
4+
* Minimum ruby version bumped to 1.9.3
5+
* Support listen 3 ([#283](https://github.com/FontCustom/fontcustom/pull/283))
6+
* Support Python 3 ([#276](https://github.com/FontCustom/fontcustom/pull/276))
7+
* Compatible with Windows ([#289](https://github.com/FontCustom/fontcustom/pull/289))
8+
* Set glyph name when creating char in fontforge ([#286](https://github.com/FontCustom/fontcustom/pull/286))
9+
* Allow specification of copyright information ([#287](https://github.com/FontCustom/fontcustom/pull/287))
10+
* Enable CSS3 pseudo selectors '::' vs ':' ([#310](https://github.com/FontCustom/fontcustom/pull/310))
11+
* Update installation instructions with zlib for linux machines ([#224](https://github.com/FontCustom/fontcustom/pull/224))
12+
* Works with updated Travis CI configuration
13+
* Fix issue with relative paths in check_template_paths
14+
* Be more Unix-y and fail when there is an error ([#295](https://github.com/FontCustom/fontcustom/pull/295))
15+
116
## 1.3.4 (10/11/2014)
217

318
* Updates rspec tests to be compatible with rspec v3.1.6

lib/fontcustom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Fontcustom
2-
VERSION = "1.3.8"
2+
VERSION = "2.0.0"
33
end

0 commit comments

Comments
 (0)