Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledler committed Mar 7, 2022
1 parent 89b0bde commit 7a8d2de
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.

## [2.2.0](https://github.com/mapequation/infomap/compare/v2.1.0...v2.2.0) (2022-03-07)


### Features

* Add flow-model, higher-order, and state-level fields to json, tree and clu output ([24125e5](https://github.com/mapequation/infomap/commit/24125e5874cd0599e7274e08a2691855f212186b))


### Bug Fixes

* **js:** More forgiving clu and tree parsing ([4764946](https://github.com/mapequation/infomap/commit/47649466a0ef2a200dc766b1442c7f33a8fec20f))
* Write json output with --no-infomap ([c0cec87](https://github.com/mapequation/infomap/commit/c0cec8715981f53dd53c3134c8f16e5b4d644717)), closes [#268](https://github.com/mapequation/infomap/issues/268)

## [2.1.0](https://github.com/mapequation/infomap/compare/v2.0.2...v2.1.0) (2022-02-11)


Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
@@ -1,4 +1,4 @@
cff-version: 2.1.0
cff-version: 2.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Edler"
Expand All @@ -11,6 +11,6 @@ authors:
given-names: "Martin"
orcid: "https://orcid.org/0000-0002-7181-9940"
title: "The MapEquation software package"
version: 2.1.0
date-released: 2022-02-11
version: 2.2.0
date-released: 2022-03-07
url: "https://mapequation.org"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@mapequation/infomap",
"version": "2.1.0",
"version": "2.2.0",
"description": "Infomap network clustering algorithm",
"browser": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/io/version.cpp
Expand Up @@ -29,6 +29,6 @@

namespace infomap {

const char* INFOMAP_VERSION = "2.1.0";
const char* INFOMAP_VERSION = "2.2.0";

}

0 comments on commit 7a8d2de

Please sign in to comment.