diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba6708756..6a4aaea37 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5c3dd20..0eee57417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.2.0](https://github.com/eqasim-org/eqasim-java/compare/v2.1.0...v2.2.0) (2026-03-03) + + +### Features + +* automating simulation restarts ([#516](https://github.com/eqasim-org/eqasim-java/issues/516)) ([b86422e](https://github.com/eqasim-org/eqasim-java/commit/b86422e151c66233cd59d7a07eb9994e412c2ec9)) +* compress eqasim outputs ([#536](https://github.com/eqasim-org/eqasim-java/issues/536)) ([7d1cd8f](https://github.com/eqasim-org/eqasim-java/commit/7d1cd8f0f570150321d4d06dc551b5c3f1661c19)) +* **core:** motorcycles ([#468](https://github.com/eqasim-org/eqasim-java/issues/468)) ([3d4f295](https://github.com/eqasim-org/eqasim-java/commit/3d4f295be36ffa3d6086050f577d5d9eb18ec8ca)) +* travel time comparison ([#312](https://github.com/eqasim-org/eqasim-java/issues/312)) ([3475b70](https://github.com/eqasim-org/eqasim-java/commit/3475b70c61c421f89800c3547c64d24843c848f3)) + + +### Bug Fixes + +* restarting the termination criterion ([#534](https://github.com/eqasim-org/eqasim-java/issues/534)) ([2c849f8](https://github.com/eqasim-org/eqasim-java/commit/2c849f824df969b7588046b5f8b7ef9b7452003d)) + ## [2.1.0](https://github.com/eqasim-org/eqasim-java/compare/v2.0.0...v2.1.0) (2026-02-10) diff --git a/README.md b/README.md index feeab7c86..4e4e6f44f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The main research reference for the eqasim-java framework: ## Versioning and Packging -The current version of `eqasim-java` is `2.1.0`. New versions are created with every Github release and can be used as a Maven dependency. First, you need to add our [packagecloud repository](https://packagecloud.io/eth-ivt/eqasim) to your `pom.xml`: +The current version of `eqasim-java` is `2.2.0`. New versions are created with every Github release and can be used as a Maven dependency. First, you need to add our [packagecloud repository](https://packagecloud.io/eth-ivt/eqasim) to your `pom.xml`: ```xml @@ -50,7 +50,7 @@ Afterwards, you can add various sub-packages to your project: org.eqasim core - 2.1.0 + 2.2.0 ``` diff --git a/core/pom.xml b/core/pom.xml index b98d62257..adb881968 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index a34587a50..11f921de0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,13 +15,13 @@ org.eqasim ile_de_france - 2.1.0 + 2.2.0 org.eqasim core - 2.1.0 + 2.2.0 diff --git a/ile_de_france/pom.xml b/ile_de_france/pom.xml index baa7700ea..98b3cee88 100644 --- a/ile_de_france/pom.xml +++ b/ile_de_france/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/los_angeles/pom.xml b/los_angeles/pom.xml index 1c80b9072..67fe167f0 100644 --- a/los_angeles/pom.xml +++ b/los_angeles/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/pom.xml b/pom.xml index 3d84e7171..ba380ab6a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.eqasim eqasim - 2.1.0 + 2.2.0 pom diff --git a/san_francisco/pom.xml b/san_francisco/pom.xml index 261c4b516..7b2d92371 100644 --- a/san_francisco/pom.xml +++ b/san_francisco/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/sao_paulo/pom.xml b/sao_paulo/pom.xml index e28ccd749..b27c80c36 100644 --- a/sao_paulo/pom.xml +++ b/sao_paulo/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/server/pom.xml b/server/pom.xml index 56e46d856..35795534a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -18,7 +18,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/switzerland/pom.xml b/switzerland/pom.xml index 74c8c599f..5e8bad2e7 100644 --- a/switzerland/pom.xml +++ b/switzerland/pom.xml @@ -7,7 +7,7 @@ org.eqasim eqasim - 2.1.0 + 2.2.0 ../pom.xml @@ -15,7 +15,7 @@ org.eqasim core - 2.1.0 + 2.2.0 diff --git a/version.txt b/version.txt index 7ec1d6db4..ccbccc3dc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.2.0