Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
124564d6
Commit
124564d6
authored
Nov 26, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 0.9.1
parent
1d63b0d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
gstreamer/CHANGELOG.md
gstreamer/CHANGELOG.md
+5
-0
gstreamer/Cargo.toml
gstreamer/Cargo.toml
+1
-1
No files found.
gstreamer/CHANGELOG.md
View file @
124564d6
...
...
@@ -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
)
,
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
### Added
-
Bindings for (outputting to) the GStreamer logging system
...
...
gstreamer/Cargo.toml
View file @
124564d6
[package]
name
=
"gstreamer"
version
=
"0.9.
0
"
version
=
"0.9.
1
"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
categories
=
[
"api-bindings"
,
"multimedia"
]
description
=
"Rust bindings for GStreamer"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment