Skip to content

Commit dfea265

Browse files
author
Anton Eriksson
committed
chore(release): 2.0.2
1 parent 78c7a57 commit dfea265

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.2](https://github.com/mapequation/infomap/compare/v2.0.1...v2.0.2) (2022-01-31)
6+
7+
8+
### Bug Fixes
9+
10+
* Change json key modularCentrality to mec ([78c7a57](https://github.com/mapequation/infomap/commit/78c7a573914e127bda03a2b8001df321e5bffd04))
11+
* **js:** Parse directed field in ftree files ([916f54a](https://github.com/mapequation/infomap/commit/916f54a05fb2ffd86ddf0ba297952e85ccfaa5b8))
12+
* **js:** Pass parseLinks to main parse function and correctly detect multilayer tree files ([0a40ca6](https://github.com/mapequation/infomap/commit/0a40ca6c1606c189f02e691a2fdb74a4494ffbe7))
13+
* Minify json output ([123c2b1](https://github.com/mapequation/infomap/commit/123c2b10f1e6486135346f8cd546ca0e72fb4d2e)), closes [#260](https://github.com/mapequation/infomap/issues/260)
14+
515
### [2.0.1](https://github.com/mapequation/infomap/compare/v2.0.0...v2.0.1) (2022-01-26)
616

717

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 1.2.0
1+
cff-version: 2.0.2
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Edler"
@@ -11,6 +11,6 @@ authors:
1111
given-names: "Martin"
1212
orcid: "https://orcid.org/0000-0002-7181-9940"
1313
title: "The MapEquation software package"
14-
version: 2.0.1
15-
date-released: 2022-01-26
14+
version: 2.0.2
15+
date-released: 2022-01-31
1616
url: "https://mapequation.org"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapequation/infomap",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Infomap network clustering algorithm",
55
"browser": "index.js",
66
"publishConfig": {

src/io/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
namespace infomap {
3131

32-
const char* INFOMAP_VERSION = "2.0.1";
32+
const char* INFOMAP_VERSION = "2.0.2";
3333

3434
}

0 commit comments

Comments
 (0)