Skip to content

Commit

Permalink
PGPainless-WOT 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Jul 27, 2023
1 parent 58cbaf8 commit c1f79c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SPDX-License-Identifier: Apache-2.0

# Changelog

## 1.1.0
- Transform `wot-dijkstra` into interchangeable dependency
- Revert dependency from `pgpainless-wot` on `wot-dijkstra` by introducing `wot-generic`
- Change license of `wot-dijkstra` to LGPL-v2

## 1.0.0
- Initial Release

5 changes: 2 additions & 3 deletions version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

allprojects {
ext {
shortVersion = '1.0.1'
isSnapshot = true
shortVersion = '1.1.0'
isSnapshot = false
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
kotlinVersion = '1.8.10'
Expand All @@ -15,6 +15,5 @@ allprojects {
pgpainlessVersion = '1.6.1'
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '7.0.0'
}
}

0 comments on commit c1f79c0

Please sign in to comment.