Skip to content

Commit

Permalink
bump release version to v0.7.0
Browse files Browse the repository at this point in the history
It's time.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
  • Loading branch information
takaswie committed May 8, 2022
1 parent 4d31d69 commit b3704ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
libhinoko
=========

2022/05/07
2022/05/08
Takashi Sakamoto

Introduction
Expand All @@ -17,6 +17,8 @@ IEEE 1394 bus by any language binding of GObject Introspection. The applications
operate OHCI 1394 controllers for any isochronous context and isochronous resources. According
to this design, this library is an application of Linux FireWire subsystem and GLib/GObject.

The latest release is `0.7.0 <https://github.com/takaswie/libhinoko/releases/tag/v0.7.0>`_.

Example of Python 3 with PyGobject
==================================

Expand Down Expand Up @@ -74,6 +76,13 @@ How to refer document

You can see documentation files under ``(directory-to-install)/share/doc/hinoko/``.

Supplemental information for language bindings
==============================================

* `PyGObject <https://pygobject.readthedocs.io/>`_ is a dynamic loader for libraries compatible
with g-i.
* `<hinoko-rs https://github.com/takaswie/hinoko-rs>`_ includes creates to use these libraries.

Loss of backward compatibility between v0.6/v0.7 releases
=========================================================

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('hinoko', 'c',
version: '0.6.0',
version: '0.7.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)
Expand Down

0 comments on commit b3704ea

Please sign in to comment.