Skip to content

Commit c9ca90e

Browse files
author
Arvid Paeglit
committed
bumped version, reseted changelog
1 parent 04560ee commit c9ca90e

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [1.0.0] - 2019-05-21
2+
### Added
3+
- First public release

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deepcode plugin for JetBrains IDEs
22

3-
**The Visual Studio Code extension provided by <a href="https://www.deepcode.ai">DeepCode.ai</a> finds bugs and critical vulnerabilities in your code. We support Java, C/C++, Python, JavaScript and TypeScript.**
3+
**The JetBrains IDE extension provided by <a href="https://www.deepcode.ai">DeepCode.ai</a> finds bugs and critical vulnerabilities in your code. We support Java, C/C++, Python, JavaScript and TypeScript.**
44

55
# DeepCode extension
66

@@ -24,6 +24,8 @@ Java, C/C++, JavaScript, Python and TypeScript are currently supported.
2424
To Install plugin from disk refer to official [Install plugin from disk
2525
](https://www.jetbrains.com/help/idea/2020.1/managing-plugins.html?utm_campaign=IC&utm_content=2020.1&utm_medium=link&utm_source=product#install_plugin_from_disk) guide.
2626

27+
Officially minimal supported version: 2019.2.4
28+
2729
# How to use it?
2830

2931
After required IDE restart all project files analysis should start automatically.

build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
//group 'org.example'
99

10-
version '0.0.29-alpha-test'
10+
version '1.0.0'
1111
sourceCompatibility = 1.8
1212

1313
repositories {
@@ -25,12 +25,6 @@ intellij {
2525
pluginName "DeepCode-$project.name"
2626
version '2019.2.4'
2727
// localPath '/Users/arvid/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/201.7223.91/IntelliJ IDEA CE.app/Contents'
28-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-C\\ch-0\\193.6911.18'
29-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-C\\ch-1\\201.6487.11'
30-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-C\\ch-3\\191.8026.42'
31-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-C\\ch-2\\192.7142.36'
32-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-U\\ch-1\\192.7142.36'
33-
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\IDEA-U\\ch-0\\201.6487.11'
3428
// localPath 'C:\\Users\\artem\\AppData\\Local\\JetBrains\\Toolbox\\apps\\PyCharm-C\\ch-0\\193.5233.109'
3529
// plugins += 'java'
3630
// plugins += 'PsiViewer:201-SNAPSHOT'
@@ -42,8 +36,7 @@ patchPluginXml {
4236
untilBuild 202
4337

4438
changeNotes """
45-
0.0.2+ - see commits history for changes.<br>
46-
0.0.1-alpha - initial alpha release for inner testing.<br>
39+
1.0.0 - First public release.<br>
4740
"""
4841
}
4942

0 commit comments

Comments
 (0)