Skip to content

Commit

Permalink
remove specific lintian version, as latest ubuntu is now a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
wakingrufus committed Jul 19, 2024
1 parent f23973e commit 1527091
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: update apt
run: sudo apt update
- name: Install lintian
run: sudo apt install -qq lintian=2.114.0ubuntu1.3
run: sudo apt install -qq lintian
- name: Install libdistro
run: sudo apt install -qq libdistro-info-perl
- name: Install checkbashisms
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- builds: remove specific lintian version, as latest ubuntu is now a new version
[#767](https://github.com/JLLeitschuh/ktlint-gradle/pull/767)

## [12.1.1] - 2024-05-07

- fix [#544](https://github.com/JLLeitschuh/ktlint-gradle/issues/544): make git filter work
Expand Down
2 changes: 1 addition & 1 deletion plugin/VERSION_LATEST_RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.1.0
12.1.1

0 comments on commit 1527091

Please sign in to comment.