From c5c620ea84d75026831df0c26e56d32951feef10 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 24 Sep 2022 12:07:14 +0100 Subject: [PATCH] Update Changelog for v1.5.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 428a5b1..dc0703a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2022-09-24 + +With just one change this brings along a reduced dependency tree, smoother experience across different platforms, and +speed improvements (especially on larger input messages). + +### Changed + +- Updated protobuf dependency to v4.x branch with recompiled proto-buffers. They now also have python stub files. + ## [1.4.4] - 2022-09-24 ### Security @@ -287,6 +296,8 @@ This release is primarily a maintenance release for `serve` functionality but so Initial Release. +[1.5.0]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.5.0 +[1.4.4]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.4 [1.4.3]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.3 [1.4.2]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.2 [1.4.1]: https://github.com/rlaphoenix/pywidevine/releases/tag/v1.4.1