Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
ba5bd752
Verified
Commit
ba5bd752
authored
May 27, 2019
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 2.0.2
parent
4aa775b2
Pipeline
#7461
passed with stages
in 6 minutes and 8 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGELOG.md
CHANGELOG.md
+6
-1
build.gradle.kts
build.gradle.kts
+1
-1
No files found.
CHANGELOG.md
View file @
ba5bd752
...
...
@@ -29,6 +29,10 @@ Use the following template:
## [Unreleased][]
## [2.0.2][] - 2019-05-27
### Fixed
*
Validate stored workspace path during startup. See #34.
## [2.0.1][] - 2019-04-11
### Added
*
Automatic check for newer versions. See #31.
...
...
@@ -42,5 +46,6 @@ The original IDE is archived [here](https://dgit.cs.uni-saarland.de/pseuco/pseuc
<!--- Links -->
[
Unreleased
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.1...master
[
Unreleased
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.2...master
[
2.0.2
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0.1...v2.0.2
[
2.0.1
]:
https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/compare/v2.0...v2.0.1
build.gradle.kts
View file @
ba5bd752
...
...
@@ -70,7 +70,7 @@ dependencies {
testImplementation
(
"org.mockito"
,
"mockito-junit-jupiter"
,
"2.27.0"
)
}
version
=
"2.0.
1
"
version
=
"2.0.
2
"
description
=
"pseuCo IDE"
val
compileKotlin
by
tasks
.
getting
(
KotlinCompile
::
class
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment