diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 898db51..4232182 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,31 +85,11 @@ jobs: name: ffmpeg-linux-x86_64 path: artifacts/ - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-i686 - path: artifacts/ - - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-armv7-a - path: artifacts/ - - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-armv8-a - path: artifacts/ - - uses: actions/download-artifact@v1 with: name: ffmpeg-windows-x86_64 path: artifacts/ - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-windows-i686 - path: artifacts/ - - uses: actions/download-artifact@v1 with: name: ffmpeg-macos-x86_64 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3db5d33 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [4.2.2-5] - 2020-02-19 +### Changed +- Linux and Windows builds now use the manylinux2010 Docker image defined by the Python community. + +### Removed +- Removed i686 and armhf builds. + +## [4.2.2-4] - 2020-02-12 +### Changed +- Enable PIC in static builds + +[Unreleased]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-5...HEAD +[4.2.2-5]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-4...v4.2.2-5 +[4.2.2-4]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-3...v4.2.2-4