From 6b7e236a6ece4929382fb1cb22d82da644ed743d Mon Sep 17 00:00:00 2001 From: Vitaly Samigullin Date: Sat, 25 Feb 2023 12:59:15 +0100 Subject: [PATCH] Check pre-releases for native Python packages for == and === specifiers (#39) --- CHANGELOG.md | 9 ++++++++- Dockerfile | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e883e9..abc9de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan ## [Unreleased] +## [v1.0.0-rc2] - 2023-02-25 + +### Changed + +- Used `pip-license-checker` version [0.44.0](https://github.com/pilosus/pip-license-checker/blob/main/CHANGELOG.md): no breaking changes, bugfixes only + ## [v1.0.0-rc1] - 2023-02-20 ### Changed @@ -159,7 +165,8 @@ See changelog for: ### Added - MVP -[Unreleased]: https://github.com/pilosus/action-pip-license-checker/compare/v1.0.0-rc1...HEAD +[Unreleased]: https://github.com/pilosus/action-pip-license-checker/compare/v1.0.0-rc2...HEAD +[v1.0.0-rc2]: https://github.com/pilosus/action-pip-license-checker/compare/v1.0.0-rc1...v1.0.0-rc2 [v1.0.0-rc1]: https://github.com/pilosus/action-pip-license-checker/compare/v0.9.0...v1.0.0-rc1 [v0.9.0]: https://github.com/pilosus/action-pip-license-checker/compare/v0.9.0-rc2...v0.9.0 [v0.9.0-rc2]: https://github.com/pilosus/action-pip-license-checker/compare/v0.9.0-rc1...v0.9.0-rc2 diff --git a/Dockerfile b/Dockerfile index a351e35..5409d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM pilosus/pip-license-checker:0.43.0 +FROM pilosus/pip-license-checker:0.44.0 # Base image uses unpriviledged user # But we need root to install packages and access files