From 046edc5efd7e6a44070b421c3c210dc29555520b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 29 Aug 2017 15:07:47 +0300 Subject: [PATCH] Add initial 0.8.0 (basically empty) CHANGELOG.md Another release preparation. --- gstreamer-app/CHANGELOG.md | 14 ++++++++++++++ gstreamer-audio/CHANGELOG.md | 14 ++++++++++++++ gstreamer-player/CHANGELOG.md | 14 ++++++++++++++ gstreamer-video/CHANGELOG.md | 14 ++++++++++++++ gstreamer/CHANGELOG.md | 14 ++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 gstreamer-app/CHANGELOG.md create mode 100644 gstreamer-audio/CHANGELOG.md create mode 100644 gstreamer-player/CHANGELOG.md create mode 100644 gstreamer-video/CHANGELOG.md create mode 100644 gstreamer/CHANGELOG.md diff --git a/gstreamer-app/CHANGELOG.md b/gstreamer-app/CHANGELOG.md new file mode 100644 index 000000000..219b58528 --- /dev/null +++ b/gstreamer-app/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.8.0] - 2017-08-31 + +- Initial release of the autogenerated GStreamer bindings. Older versions + (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). + The API of the two is incompatible. + +[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD diff --git a/gstreamer-audio/CHANGELOG.md b/gstreamer-audio/CHANGELOG.md new file mode 100644 index 000000000..219b58528 --- /dev/null +++ b/gstreamer-audio/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.8.0] - 2017-08-31 + +- Initial release of the autogenerated GStreamer bindings. Older versions + (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). + The API of the two is incompatible. + +[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD diff --git a/gstreamer-player/CHANGELOG.md b/gstreamer-player/CHANGELOG.md new file mode 100644 index 000000000..219b58528 --- /dev/null +++ b/gstreamer-player/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.8.0] - 2017-08-31 + +- Initial release of the autogenerated GStreamer bindings. Older versions + (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). + The API of the two is incompatible. + +[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD diff --git a/gstreamer-video/CHANGELOG.md b/gstreamer-video/CHANGELOG.md new file mode 100644 index 000000000..219b58528 --- /dev/null +++ b/gstreamer-video/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.8.0] - 2017-08-31 + +- Initial release of the autogenerated GStreamer bindings. Older versions + (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). + The API of the two is incompatible. + +[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md new file mode 100644 index 000000000..219b58528 --- /dev/null +++ b/gstreamer/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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.8.0] - 2017-08-31 + +- Initial release of the autogenerated GStreamer bindings. Older versions + (< 0.8.0) of the bindings can be found [here](https://github.com/arturoc/gstreamer1.0-rs). + The API of the two is incompatible. + +[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.8.0...HEAD