Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Sep 27, 2021
1 parent 7fd7bd6 commit 5738204
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Overview of changes leading to 0.7.1
Monday, September 27, 2021
====================================

Fix test failure with newer HarfBuzz versions.

Apply FT_Face transformation matrix when built against FreeType 2.11 or later.

Add meson build system. Autotools build system will be dropped in next release.

Improve MSVC support.

Build and documentation fixes.

Overview of changes leading to 0.7.1
Sunday, November 22, 2020
====================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([Raqm],
[0.7.1],
[0.7.2],
[https://github.com/HOST-Oman/libraqm/issues],
[raqm],
[https://github.com/HOST-Oman/libraqm/])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('raqm', 'c',
version : '0.7.0',
version : '0.7.2',
default_options : [
'c_std=c99',
'cpp_std=c++11',
Expand Down

0 comments on commit 5738204

Please sign in to comment.