Skip to content

Commit

Permalink
Bump version (v0.8.0 -> v0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Dec 19, 2020
1 parent 821cbf8 commit 098e4ab
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 7 deletions.
52 changes: 47 additions & 5 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Changelog
---------

Version 0.9.0
.............

Released on 2020-12-19.

* pangocffi now depends on GLib 2.0. It's very likely GLib is already installed
since pangocffi already depended on GObject, but if not, pangocffi will raise
an error on import.

* Added the following new classes

* ``Attribute``
* ``AttrList``
* ``Color``

* Added new methods to ``Layout``

* ``set_attributes``
* ``get_attributes``

* Added new enum ``Underline``.

* Fixed issue with ``Context.get_gravity_hint`` calling the wrong pango
function.

* Added the ability to configure loading a specific library via the following
environment variables:

* ``PANGO_LOCATION``
* ``GLIB_LOCATION``
* ``GOBJECT_LOCATION``

Version 0.8.0
.............

Expand All @@ -25,7 +57,8 @@ Version 0.7.0

Released on 2020-10-17.

* Added new methods to ``Layout``
* Added new methods to ``Layout``:

* ``set_wrap``
* ``get_wrap``

Expand All @@ -34,7 +67,8 @@ Version 0.6.0

Released on 2020-09-17.

* Added new methods to ``Layout``
* Added new methods to ``Layout``:

* ``set_ellipsize``
* ``get_ellipsize``

Expand All @@ -59,23 +93,31 @@ Version 0.3.0
Released on 2019-03-17.

* Added the following new classes:

* ``GlyphItem``
* ``GlyphItemIter``
* ``Item``
* ``LayoutIter``
* ``LayoutRun``
* Added new methods to ``Context``

* Added new methods to ``Context``:

* ``set/get_base_gravity``
* ``get_gravity``
* ``set/get_gravity_hint``
* Added new methods to ``Layout``

* Added new methods to ``Layout``:

* ``get_text``
* ``get_iter``
* ``get_baseline``
* ``get_line_count``
* ``get/set_spacing``
* Added new method to ``Rectangle``

* Added new method to ``Rectangle``:

* ``get_pointer``

* Corrected return types (``ffi.CData`` was previously ``ctypes.c_void_p``)

Version 0.2.0
Expand Down
5 changes: 4 additions & 1 deletion docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,14 @@ Attribute
_________
.. autoclass:: Attribute


AttrList
________
.. autoclass:: AttrList

Underline
---------
.. autoclass:: Underline

Tab Stops
=========

Expand Down
2 changes: 1 addition & 1 deletion pangocffi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 098e4ab

Please sign in to comment.