Skip to content

Commit d1b1959

Browse files
committed
v0.0.15
1 parent 1477c62 commit d1b1959

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][Keep a Changelog], and this project adheres to [Semantic Versioning][Semantic Versioning].
66

7+
## [0.0.15] - 2021-06-19
8+
9+
### Changed
10+
11+
- Update dependency org.sonarqube:org.sonarqube.gradle.plugin to v3.3
12+
- Update dependency gradle to v7.1
13+
714
## [Unreleased]
815

916
### Added
@@ -144,7 +151,8 @@ The format is based on [Keep a Changelog][Keep a Changelog], and this project ad
144151
[Semantic Versioning]: https://semver.org/
145152

146153
<!-- Versions -->
147-
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.14..HEAD
154+
[Unreleased]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.15..HEAD
155+
[0.0.15]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.14..v0.0.15
148156
[0.0.14]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.13..v0.0.14
149157
[0.0.13]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.12..v0.0.13
150158
[0.0.12]: https://github.com/computer-science-engineering/vscode-cse-framework/compare/v0.0.11..v0.0.12

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cse-framework",
33
"displayName": "cse-framework",
44
"description": "VSCode extension for cse repositories - provides templates, snippets, etc.",
5-
"version": "0.0.14",
5+
"version": "0.0.15",
66
"publisher": "manas-talukdar",
77
"license": "MIT",
88
"repository": {

static-to-copy/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id "org.sonarqube" version "3.2.0"
11+
id "org.sonarqube" version "3.3"
1212
id "com.github.nbaztec.coveralls-jacoco" version "1.2.12"
1313
id 'com.github.kt3k.coveralls' version '2.12.0'
1414
}
333 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

static-to-copy/gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)