File tree 2 files changed +4
-3
lines changed
src/main/resources/META-INF
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
9
9
10
10
group = " com.uriyyo.evaluate_async_code"
11
- version = " 1.13 "
11
+ version = " 1.14 "
12
12
13
13
repositories {
14
14
mavenCentral()
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.uriyyo.evaluate_async_code</id >
3
3
<name >Evaluate async code</name >
4
- <version >1.13 </version >
4
+ <version >1.14 </version >
5
5
<
vendor email =
" [email protected] " >Yurii Karabas</
vendor >
6
6
7
7
<description >
10
10
</description >
11
11
12
12
<change-notes >
13
- Fix issue when async evaluation is not available at child subprocesses
13
+ Fix issue with inspecting complex async results.
14
+ Raise RuntimeError when eval async code with non asyncio event loop.
14
15
</change-notes >
15
16
16
17
<idea-version since-build =" 193" />
You can’t perform that action at this time.
0 commit comments