Skip to content

Commit 22d228f

Browse files
committed
Release 2024.2.1
1 parent 693e151 commit 22d228f

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platformBranch=.2
2222
platformBuild=
2323
pluginVersion=
2424
pluginBranch=
25-
pluginBuild=
25+
pluginBuild=.1
2626
useInstaller=false
2727
pycharmVersion=192.4787.5-EAP-SNAPSHOT
2828
clionVersion=192.4787.12-EAP-SNAPSHOT

plugin/parts/pluginChanges.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,5 @@
1515
-->
1616

1717
<ul>
18-
<li>Features and improvements:
19-
<ul>
20-
<li>Arguments to the <code>Test::Harness</code> are now passed via environment variables, <a
21-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2651">#2651</a></li>
22-
<li>Coverage is now collected for <code>lib</code> directory instead of <code>blib</code>, <a
23-
href="https://github.com/Camelcade/Perl5-IDEA/issues/1940">#1940</a></li>
24-
<li>Modules installation from notifications now running without testing to speed the installation process, <a
25-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2655">#2655</a></li>
26-
<li>Plugin may now run tests using <code>Module::Build</code> instead of <code>prove</code>, <a
27-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2663">#2663</a></li>
28-
<li>Added configuration for modules providing <code>use strict</code>/<code>use warnings</code> implicitly, <a
29-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2681">#2681</a></li>
30-
<li>Run configurations may now have modules prerequisites to run, <a
31-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2698">#2698</a></li>
32-
<li>Basic support for perl 5.38: language level, <code>class</code> syntax, <a
33-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2714">#2714</a></li>
34-
<li>Added support for <code>CGI</code> module exports, <a
35-
href="https://github.com/Camelcade/Perl5-IDEA/issues/2737">#2737</a></li>
36-
</ul>
37-
</li>
18+
<li>Maintenance update, check release notes for the list of changes.</li>
3819
</ul>

0 commit comments

Comments
 (0)