mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-06-05 15:09:00 +00:00
Update version to 0.9.1
This commit is contained in:
parent
1d63b0d89b
commit
124564d6f0
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html),
|
||||||
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
|
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
|
||||||
|
|
||||||
|
## [0.9.1] - 2017-11-26
|
||||||
|
### Fixed
|
||||||
|
- Export `FlowError`/`FlowSuccess`, `ClockError`/`ClockSuccess`,
|
||||||
|
`PadLinkError`/`PadLinkSuccess` too
|
||||||
|
|
||||||
## [0.9.0] - 2017-11-26
|
## [0.9.0] - 2017-11-26
|
||||||
### Added
|
### Added
|
||||||
- Bindings for (outputting to) the GStreamer logging system
|
- Bindings for (outputting to) the GStreamer logging system
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gstreamer"
|
name = "gstreamer"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
|
||||||
categories = ["api-bindings", "multimedia"]
|
categories = ["api-bindings", "multimedia"]
|
||||||
description = "Rust bindings for GStreamer"
|
description = "Rust bindings for GStreamer"
|
||||||
|
|
Loading…
Reference in a new issue