Releases: alsa-project/alsa-gobject-rs
Version 0.7.0 release
This new release provides crates regenerated by gir version 0.20, which
brings dependency on glib crates version 0.20. The underlying libraries
remain at alsa-gobject version 0.3.0.
The compressed package archive for this release is available, along with
signatures from both the kernel.org system administrator and the author,
at this URL:
This package archive corresponds exactly to the v0.7.0 signed tag in the
upstream repository:
https://github.com/alsa-project/alsa-gobject-rs/releases/tag/v0.7.0
Cheers
Version 0.6.0 release
The new release provides crates regenerated by gir version 0.19, which
brings dependency on glib crates version 0.19. The versions of underlying
libraries are not changed. The remarkable change from v0.18 is to drop the
implementations of std::fmt::Display according to the change of gir v0.19.
Version 0.5.0 release
The new release provides crates regenerated by gir version 0.18, which
brings dependency on glib crates version 0.18. The versions of underlying
libraries are not changed.
Version 0.4.0 release
This is minor release of API and FFI crates for libraries in alsa-gobject.
They are first version of them depending on glib crate v0.15, thus it got
tons of changes internally. For public API, some trait methods are
renamed following to fashion of the glib crate.
Documentation is added by importing from gir files of libraries in
alsa-gobject v0.3.0.
All of API crates get top-level prelude module as a way to access to all
of traits and their implementations, while while modules with the traits
and implementations becomes private.
Version 0.0.92
This is pre release take 3 of v0.4.0 to test publishing in crates.io.
The version, 0.0.92, is carefully decided so that crate version doesn't
interfere environments in user side.
Version 0.0.91 release
This is pre release take 2 of v0.4.0 to test publishing in crates.io.
The version, 0.0.91, is carefully decided so that crate version doesn't
interfere environments in user side.
Version 0.0.90 release
This is pre release of v0.4.0 to test publishing in crates.io. The
version, 0.0.90, is carefully decided so that crate version doesn't
interfere environments in user side.
Version 0.3.0 release
This new release supports alsa-gobject version 0.3.0.
alsa-gobject-rs v0.1.1 release
This release with updated micro version includes bug fixes below:
Additionally, dependent crates of glib is switched from nightly to
pubished.
v0.1.0 release
update README with two sample codes Signed-off-by: Takashi Sakamoto <[email protected]>