-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: release 1.8.0 (bugfixes, new relaxed mode) (#26)
* chore: set version to 1.8-SNAPSHOT * build: bump sortpom-maven-plugin from 2.11.0 to 3.2.0 (#14) * build: bump spring-boot-maven-plugin from 2.4.5 to 2.7.3 (#15) * build: bump spring-boot-starter-data-jpa from 2.4.5 to 2.7.3 (#13) * build: bump spring-boot-starter-web from 2.3.10.RELEASE to 2.7.3 (#12) * build: bump spring-core from 5.3.6 to 5.3.22 (#11) * build: bump spring-boot-starter-validation from 2.4.5 to 2.7.3 (#20) * build: bump versions-maven-plugin from 2.7 to 2.11.0 (#18) * build: bump spring-boot-starter-test from 2.3.10.RELEASE to 2.7.3 (#17) * build: bump maven-assembly-plugin from 3.2.0 to 3.4.2 (#16) * build: bump value from 2.9.1 to 2.9.2 (#25) * build: bump progressbar from 0.9.3 to 0.9.4 (#24) * build: bump mockito-core from 4.7.0 to 4.8.0 (#23) * build: bump versions-maven-plugin from 2.11.0 to 2.12.0 (#22) * build: bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#21) * feat: improve relaxed mode * fix: apply relaxed rules for both MEDIUM and FULL settings * feat: add spotless config * ref: auto refactor using spotless * fix: use a pre-sorted list instead of a tree set The objects held in the tree set were pairs. Usually the first value in the pair was unique, but not always. The second value in the pair is incomparable, so in the rare events the whole pair sorting failed. * fix: do not report bond length violations between separate fragments * fix: merge separated chains in relaxed mode * chore: set version to 1.8.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ebd879b
commit 1d12914
Showing
106 changed files
with
1,246 additions
and
1,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.