Skip to content

Commit

Permalink
Check pre-releases for native Python packages for == and === specifie…
Browse files Browse the repository at this point in the history
…rs (#39)
  • Loading branch information
pilosus authored Feb 25, 2023
1 parent 4cb7776 commit 6b7e236
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6b7e236

Please sign in to comment.