aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-08 17:59:04 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-08 18:29:51 +0900
commitb3704ea77b91f50d206958de8bdc698052236398 (patch)
tree13fc70419b6a367f2279957d32249a1f630f604a
parent4d31d69552ee854d3ffb104ff74789b83a243672 (diff)
downloadlibhinoko-b3704ea77b91f50d206958de8bdc698052236398.tar.gz
bump release version to v0.7.0v0.7.0
It's time. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-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',
)