From 9a3838fd464b59ffcc56d115e81864ad5fa8f399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 9 May 2018 12:32:49 +0300 Subject: [PATCH] Fix diff links in the CHANGELOG.md --- gst-plugin/CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gst-plugin/CHANGELOG.md b/gst-plugin/CHANGELOG.md index 4464835f..e2ed8cdb 100644 --- a/gst-plugin/CHANGELOG.md +++ b/gst-plugin/CHANGELOG.md @@ -43,5 +43,10 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v ## [0.1.0] - 2017-12-22 - Initial release of the `gst-plugin` crate. -[Unreleased]: https://github.com/sdroege/gstreamer-rs/compare/0.1.1...HEAD -[0.1.0]: https://github.com/sdroege/gstreamer-rs/compare/0.1.0...0.1.1 +[Unreleased]: https://github.com/sdroege/gst-plugin-rs/compare/0.2.1...HEAD +[0.2.1]: https://github.com/sdroege/gst-plugin-rs/compare/0.2.0...0.2.1 +[0.2.0]: https://github.com/sdroege/gst-plugin-rs/compare/0.1.4...0.2.0 +[0.1.4]: https://github.com/sdroege/gst-plugin-rs/compare/0.1.3...0.1.4 +[0.1.3]: https://github.com/sdroege/gst-plugin-rs/compare/0.1.2...0.1.3 +[0.1.2]: https://github.com/sdroege/gst-plugin-rs/compare/0.1.1...0.1.2 +[0.1.1]: https://github.com/sdroege/gst-plugin-rs/compare/0.1.0...0.1.1