Skip to content

Releases: alsa-project/alsa-gobject-rs

Version 0.7.0 release

07 Oct 00:20
v0.7.0
Compare
Choose a tag to compare

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:

https://github.com/alsa-project/alsa-gobject-rs/releases/download/v0.7.0/alsa-gobject-rs-0.7.0.tar.xz

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

06 Mar 08:22
v0.6.0
Compare
Choose a tag to compare

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

04 Jan 12:11
v0.5.0
Compare
Choose a tag to compare

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

14 Jul 11:03
v0.4.0
Compare
Choose a tag to compare

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

08 Jul 04:27
v0.0.92
Compare
Choose a tag to compare
Version 0.0.92 Pre-release
Pre-release

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

08 Jul 04:26
v0.0.91
Compare
Choose a tag to compare
Pre-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

07 Jul 14:39
v0.0.90
Compare
Choose a tag to compare
Pre-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

30 Jun 09:03
v0.3.0
Compare
Choose a tag to compare

This new release supports alsa-gobject version 0.3.0.

alsa-gobject-rs v0.1.1 release

05 Jul 05:14
Compare
Choose a tag to compare

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

23 Jun 09:23
Compare
Choose a tag to compare
update README with two sample codes

Signed-off-by: Takashi Sakamoto <[email protected]>