From 16b28aa8dd7de8cbd757e4daeb2f83699189fddd Mon Sep 17 00:00:00 2001
From: BinarySoftware <mkmikolajek@icloud.com>
Date: Wed, 18 Aug 2021 15:44:14 +0200
Subject: [PATCH 1/6] adjust style

---
 src/js/lib/client/tasks/signArchives.js | 2 +-
 src/js/lib/project-manager/src/build.ts | 2 +-
 src/rust/ide/src/controller/project.rs  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/js/lib/client/tasks/signArchives.js b/src/js/lib/client/tasks/signArchives.js
index 4d95841c44..affbecd262 100644
--- a/src/js/lib/client/tasks/signArchives.js
+++ b/src/js/lib/client/tasks/signArchives.js
@@ -22,7 +22,7 @@ const resRoot = path.join(contentRoot, 'Resources')
 
 // TODO: Refactor this once we have a better wau to get the used engine version.
 //  See the tracking issue for more information https://github.com/enso-org/ide/issues/1359
-const ENGINE = '0.2.24'
+const ENGINE = '0.2.25'
 const ID = '"Developer ID Application: New Byte Order Sp. z o. o. (NM77WTZJFQ)"'
 // Placeholder name for temporary archives.
 const tmpArchive = 'temporary_archive.zip'
diff --git a/src/js/lib/project-manager/src/build.ts b/src/js/lib/project-manager/src/build.ts
index 2f32dc8567..3002b270fb 100644
--- a/src/js/lib/project-manager/src/build.ts
+++ b/src/js/lib/project-manager/src/build.ts
@@ -44,7 +44,7 @@ async function get_project_manager_url(): Promise<string> {
     // This constant MUST be synchronized with `ENGINE` constant in src/js/lib/client/tasks/signArchives.js.
     // Also it is usually a good idea to synchronize it with `ENGINE_VERSION_FOR_NEW_PROJECTS` in
     // src/rust/ide/src/controller/project.rs. See also https://github.com/enso-org/ide/issues/1359
-    const version = '0.2.24'
+    const version = '0.2.25'
     let base_url: string = 'https://github.com/enso-org/'
     base_url += 'enso/releases/download/'
     base_url += `enso-${version}/enso-project-manager-${version}`
diff --git a/src/rust/ide/src/controller/project.rs b/src/rust/ide/src/controller/project.rs
index e003128462..d43cdd5685 100644
--- a/src/rust/ide/src/controller/project.rs
+++ b/src/rust/ide/src/controller/project.rs
@@ -25,14 +25,14 @@ pub const COMPILING_STDLIB_LABEL:&str = "Compiling standard library. It can take
 
 /// The requirements for Engine's version, in format understandable by
 /// [`semver::VersionReq::parse`].
-pub const ENGINE_VERSION_SUPPORTED        : &str = "^0.2.24";
+pub const ENGINE_VERSION_SUPPORTED        : &str = "^0.2.25";
 
 /// The Engine version used in projects created in IDE.
 // Usually it is a good idea to synchronize this version with the bundled Engine version in
 // src/js/lib/project-manager/src/build.ts. See also https://github.com/enso-org/ide/issues/1359
-pub const ENGINE_VERSION_FOR_NEW_PROJECTS : &str = "0.2.24";
+pub const ENGINE_VERSION_FOR_NEW_PROJECTS : &str = "0.2.25";
 /// The minimum edition that is guaranteed to work with the IDE.
-pub const MINIMUM_EDITION_SUPPORTED : &str = "2021.12";
+pub const MINIMUM_EDITION_SUPPORTED : &str = "2021.13";
 
 /// The name of the module initially opened in the project view.
 ///

From 548209acb1ff24c3d5448fb94dd38b150e01501e Mon Sep 17 00:00:00 2001
From: BinarySoftware <mkmikolajek@icloud.com>
Date: Wed, 18 Aug 2021 15:45:04 +0200
Subject: [PATCH 2/6] adjust style

---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ba299f6aa..9fe892b097 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Next Release
 
+#### Enso Compiler
+
+- [Updated Enso engine to version 0.2.25][1798]. If you're interested in the
+  enhancements and fixes made to the Enso compiler, you can find their release
+  notes [here](https://github.com/enso-org/enso/blob/main/RELEASES.md).
+
 # Enso 2.0.0-alpha.12 (2021-08-13)
 
 <br/>![New Features](/docs/assets/tags/new_features.svg)

From 9fde82d7fc83e0cfd48c76f0d4dd73f945386617 Mon Sep 17 00:00:00 2001
From: BinarySoftware <mkmikolajek@icloud.com>
Date: Thu, 19 Aug 2021 12:23:04 +0200
Subject: [PATCH 3/6] adjust style

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fe892b097..8824568dba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,12 @@
 
 #### Enso Compiler
 
-- [Updated Enso engine to version 0.2.25][1798]. If you're interested in the
+- [Updated Enso engine to version 0.2.25][1801]. If you're interested in the
   enhancements and fixes made to the Enso compiler, you can find their release
   notes [here](https://github.com/enso-org/enso/blob/main/RELEASES.md).
 
+[1801]: https://github.com/enso-org/ide/pull/1801
+
 # Enso 2.0.0-alpha.12 (2021-08-13)
 
 <br/>![New Features](/docs/assets/tags/new_features.svg)

From 28e9e083e085579ecb42b35998c2ca385c724391 Mon Sep 17 00:00:00 2001
From: BinarySoftware <mkmikolajek@icloud.com>
Date: Thu, 19 Aug 2021 12:25:13 +0200
Subject: [PATCH 4/6] save

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3cdccf0f8..4aff0e20d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@
 - [GeoMap visualization will ignore points with `null` coordinates][1775]. Now
   the presence of such points in the dataset will not break initial map
   positioning.
-- [Updated Enso engine to version 0.2.11][1798]. If you're interested in the
+- [Updated Enso engine to version 0.2.24][1798]. If you're interested in the
   enhancements and fixes made to the Enso compiler, you can find their release
   notes [here](https://github.com/enso-org/enso/blob/main/RELEASES.md).
 

From df99592e2cf5d6fbdce7c10e5dbc5ddd9cac2747 Mon Sep 17 00:00:00 2001
From: BinarySoftware <mkmikolajek@icloud.com>
Date: Thu, 19 Aug 2021 17:11:56 +0200
Subject: [PATCH 5/6] save

---
 CHANGELOG.md                            | 2 +-
 src/js/lib/client/tasks/signArchives.js | 2 +-
 src/js/lib/project-manager/src/build.ts | 2 +-
 src/rust/ide/src/controller/project.rs  | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4aff0e20d3..64c54acec7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 #### Enso Compiler
 
-- [Updated Enso engine to version 0.2.25][1801]. If you're interested in the
+- [Updated Enso engine to version 0.2.26][1801]. If you're interested in the
   enhancements and fixes made to the Enso compiler, you can find their release
   notes [here](https://github.com/enso-org/enso/blob/main/RELEASES.md).
 
diff --git a/src/js/lib/client/tasks/signArchives.js b/src/js/lib/client/tasks/signArchives.js
index affbecd262..f3a739e4d9 100644
--- a/src/js/lib/client/tasks/signArchives.js
+++ b/src/js/lib/client/tasks/signArchives.js
@@ -22,7 +22,7 @@ const resRoot = path.join(contentRoot, 'Resources')
 
 // TODO: Refactor this once we have a better wau to get the used engine version.
 //  See the tracking issue for more information https://github.com/enso-org/ide/issues/1359
-const ENGINE = '0.2.25'
+const ENGINE = '0.2.26'
 const ID = '"Developer ID Application: New Byte Order Sp. z o. o. (NM77WTZJFQ)"'
 // Placeholder name for temporary archives.
 const tmpArchive = 'temporary_archive.zip'
diff --git a/src/js/lib/project-manager/src/build.ts b/src/js/lib/project-manager/src/build.ts
index 3002b270fb..546b422633 100644
--- a/src/js/lib/project-manager/src/build.ts
+++ b/src/js/lib/project-manager/src/build.ts
@@ -44,7 +44,7 @@ async function get_project_manager_url(): Promise<string> {
     // This constant MUST be synchronized with `ENGINE` constant in src/js/lib/client/tasks/signArchives.js.
     // Also it is usually a good idea to synchronize it with `ENGINE_VERSION_FOR_NEW_PROJECTS` in
     // src/rust/ide/src/controller/project.rs. See also https://github.com/enso-org/ide/issues/1359
-    const version = '0.2.25'
+    const version = '0.2.26'
     let base_url: string = 'https://github.com/enso-org/'
     base_url += 'enso/releases/download/'
     base_url += `enso-${version}/enso-project-manager-${version}`
diff --git a/src/rust/ide/src/controller/project.rs b/src/rust/ide/src/controller/project.rs
index d43cdd5685..2377636db3 100644
--- a/src/rust/ide/src/controller/project.rs
+++ b/src/rust/ide/src/controller/project.rs
@@ -25,14 +25,14 @@ pub const COMPILING_STDLIB_LABEL:&str = "Compiling standard library. It can take
 
 /// The requirements for Engine's version, in format understandable by
 /// [`semver::VersionReq::parse`].
-pub const ENGINE_VERSION_SUPPORTED        : &str = "^0.2.25";
+pub const ENGINE_VERSION_SUPPORTED        : &str = "^0.2.26";
 
 /// The Engine version used in projects created in IDE.
 // Usually it is a good idea to synchronize this version with the bundled Engine version in
 // src/js/lib/project-manager/src/build.ts. See also https://github.com/enso-org/ide/issues/1359
-pub const ENGINE_VERSION_FOR_NEW_PROJECTS : &str = "0.2.25";
+pub const ENGINE_VERSION_FOR_NEW_PROJECTS : &str = "0.2.26";
 /// The minimum edition that is guaranteed to work with the IDE.
-pub const MINIMUM_EDITION_SUPPORTED : &str = "2021.13";
+pub const MINIMUM_EDITION_SUPPORTED : &str = "2021.14";
 
 /// The name of the module initially opened in the project view.
 ///

From 15155e0b9ccaca9659514aba22acd4aac68a8480 Mon Sep 17 00:00:00 2001
From: Michael Mauderer <michael.mauderer@enso.org>
Date: Fri, 20 Aug 2021 08:43:52 +0100
Subject: [PATCH 6/6] Update signing.

---
 src/js/lib/client/tasks/signArchives.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/lib/client/tasks/signArchives.js b/src/js/lib/client/tasks/signArchives.js
index f3a739e4d9..3e56d31b0a 100644
--- a/src/js/lib/client/tasks/signArchives.js
+++ b/src/js/lib/client/tasks/signArchives.js
@@ -110,7 +110,7 @@ function signArchive(archivePath, archiveName, binPaths) {
 const toSign = [
     {
         jarDir:
-            `enso/dist/${ENGINE}/lib/Standard/Database/0.1.0/polyglot/java`,
+            `enso/dist/${ENGINE}/lib/Standard/Database/${ENGINE}/polyglot/java`,
         jarName: 'sqlite-jdbc-3.34.0.jar',
         jarContent: [
             'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib',