Add CHANGELOG.md to gst-plugin

This commit is contained in:
Sebastian Dröge 2017-12-22 16:20:37 +02:00
parent 1b153ee597
commit ffca043df3

12
gst-plugin/CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
# 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.1.0] - 2017-12-22
- Initial release of the `gst-plugin` crate.
[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.1.0...HEAD