summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst11
-rw-r--r--meson.build2
2 files changed, 11 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 89ea894..97b63cc 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
libhinoko
=========
-2022/05/07
+2022/05/08
Takashi Sakamoto
Introduction
@@ -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
==================================
@@ -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
=========================================================
diff --git a/meson.build b/meson.build
index c0c6ce7..f2a7b28 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('hinoko', 'c',
- version: '0.6.0',
+ version: '0.7.0',
license: 'LGPL-2.1+',
meson_version: '>= 0.46.0',
)