Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
belluzj committed Nov 16, 2019
1 parent eab24e0 commit f26bc2f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## [1.8.0] - 2019-11-16

### Added
- Add coding ligatures to all weights [#64]

### Removed
- Stop producing EOTs

[#64]: https://github.com/belluzj/fantasque-sans/issues/64
[1.8.0]: https://github.com/belluzj/fantasque-sans/releases/tag/v1.8.0

## [1.7.2] - 2018-01-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Stylistic set(s)
### `ss01`: nondescript `k`

No ~~distractive~~ lovely loop.
[Get the pre-activated version here](https://github.com/belluzj/fantasque-sans/releases/download/v1.7.2-alpha.3/FantasqueSansMono-NoLoopK.zip)
[Get the pre-activated version here](https://github.com/belluzj/fantasque-sans/releases/download/1.8.0/FantasqueSansMono-NoLoopK.zip)
or see the [issue #67](https://github.com/belluzj/fantasque-sans/issues/67)
for techniques to activate the stylistic set.

Expand Down
2 changes: 1 addition & 1 deletion Sources/FantasqueSansMono-Bold.sfdir/font.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
Weight: Bold
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
UComments: "2013-9-13: Created."
Version: 1.7.2
Version: 1.8.0
ItalicAngle: 0
UnderlinePosition: -77
UnderlineWidth: 213
Expand Down
2 changes: 1 addition & 1 deletion Sources/FantasqueSansMono-BoldItalic.sfdir/font.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
Weight: Bold
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
UComments: "2013-9-13: Created."
Version: 1.7.2
Version: 1.8.0
ItalicAngle: -11
UnderlinePosition: -192
UnderlineWidth: 96
Expand Down
2 changes: 1 addition & 1 deletion Sources/FantasqueSansMono-Italic.sfdir/font.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
Weight: Book
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
UComments: "2013-9-13: Created."
Version: 1.7.2
Version: 1.8.0
ItalicAngle: -11
UnderlinePosition: -192
UnderlineWidth: 96
Expand Down
2 changes: 1 addition & 1 deletion Sources/FantasqueSansMono-Regular.sfdir/font.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
Weight: Regular
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
UComments: "2013-9-13: Created."
Version: 1.7.2
Version: 1.8.0
ItalicAngle: 0
UnderlinePosition: -77
UnderlineWidth: 156
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ esac
pkg=${PKG:-${pkg}}

name='fantasque-sans'
version='1.7.2'
version='1.8.0'
desc='A font family with a great monospaced variant for programmers.'
url=http://openfontlibrary.org/en/font/fantasque-sans

Expand Down

0 comments on commit f26bc2f

Please sign in to comment.