Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Release v0.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn authored Jan 1, 2021
1 parent 8a4ee0b commit 9b8c229
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Possible log types:
- `[security]` to invite users to upgrade in case of vulnerabilities.


### 0.2.0 (2021-01-01)

- [added] Support for CMake (#10)
- [fixed] Fixed wrong include path in example pkg-config file (#13)
- [changed] Don't pass "SkipEmptyParts" when splitting polylines (#6)

### 0.1.0 (2020-05-18)

- First release
First release
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

# Define project
project(fontobene_qt5
VERSION 0.1.0
VERSION 0.2.0
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion fontobene-qt5.pc.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ includedir=${prefix}/include

Name: fontobene-qt5
Description: FontoBene parser for Qt5 (header-only)
Version: 0.1.0
Version: 0.2.0
Libs:
Cflags: -I${includedir}
Requires: Qt5Core

0 comments on commit 9b8c229

Please sign in to comment.