Skip to content

Commit f8f0b6e

Browse files
committed
Version 20.1.0
1 parent eb11f76 commit f8f0b6e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
Version 20.1.0
5+
---
6+
* Added `TYPE_USE` target for `PropertyKey` annotation.
7+
48
Version 20.0.0
59
---
610
* Added new annotation: `@MustBeInvokedByOverriders`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
1111
using gradle write the following in the `build.gradle` file:
1212
```
1313
dependencies {
14-
compileOnly 'org.jetbrains:annotations:20.0.0'
14+
compileOnly 'org.jetbrains:annotations:20.1.0'
1515
}
1616
1717
```
@@ -20,7 +20,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
2020
<dependency>
2121
<groupId>org.jetbrains</groupId>
2222
<artifactId>annotations</artifactId>
23-
<version>20.0.0</version>
23+
<version>20.1.0</version>
2424
</dependency>
2525
```
2626

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
projectVersion=20.0.0
17+
projectVersion=20.1.0

0 commit comments

Comments
 (0)