Skip to content

Commit 172f606

Browse files
committed
version 23.1.0
1 parent d4b23e8 commit 172f606

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
Version 23.1.0
5+
---
6+
* Added new annotation: `@ApiStatus.Obsolete`.
7+
48
Version 23.0.0
59
---
610
* Added new annotations: `@BlockingExecutor` and `@NonBlockingExecutor`.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The annotations are published on [Maven Central](https://repo1.maven.org/maven2/
1616
using gradle write the following in the `build.gradle` file:
1717
```
1818
dependencies {
19-
compileOnly 'org.jetbrains:annotations:23.0.0'
19+
compileOnly 'org.jetbrains:annotations:23.1.0'
2020
}
2121
2222
```
@@ -25,7 +25,7 @@ To add a dependency using Maven, write the following in `pom.xml`:
2525
<dependency>
2626
<groupId>org.jetbrains</groupId>
2727
<artifactId>annotations</artifactId>
28-
<version>23.0.0</version>
28+
<version>23.1.0</version>
2929
<scope>provided</scope>
3030
</dependency>
3131
```

0 commit comments

Comments
 (0)