Skip to content

Commit 3c03271

Browse files
committed
Decide on a minor release version increment in favor of a major one
1 parent 050fb8a commit 3c03271

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.5.0
3+
## 2.4.3
44

55
Much work has been done in the benchmarking module; bugs have been detected and eliminated, performance has improved, and feature space has been extended. In the upcoming minor, we plan to finalize the features in the benchmarking framework and make it as cool as never before.
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CoqPilot ![Version](https://img.shields.io/badge/version-v2.5.0-blue?style=flat-square)
1+
# CoqPilot ![Version](https://img.shields.io/badge/version-v2.4.3-blue?style=flat-square)
22

33
*Authors:* Andrei Kozyrev, Gleb Solovev, Nikita Khramov, and Anton Podkopaev, [Programming Languages and Tools Lab](https://lp.jetbrains.com/research/plt_lab/) at JetBrains Research.
44

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/JetBrains-Research/coqpilot"
99
},
1010
"publisher": "JetBrains-Research",
11-
"version": "2.5.0",
11+
"version": "2.4.3",
1212
"engines": {
1313
"vscode": "^1.95.0"
1414
},

0 commit comments

Comments
 (0)