Skip to content

Commit

Permalink
chore(release): 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Eriksson committed May 27, 2022
1 parent 78e80c5 commit 907ad9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.4.1](https://github.com/mapequation/infomap/compare/v2.4.0...v2.4.1) (2022-05-27)


### Bug Fixes

* Json output causes segfault ([78e80c5](https://github.com/mapequation/infomap/commit/78e80c581edd92001818abdf50066b798251c604))

## [2.4.0](https://github.com/mapequation/infomap/compare/v2.3.0...v2.4.0) (2022-05-24)


Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
@@ -1,4 +1,4 @@
cff-version: 2.4.0-1
cff-version: 2.4.1
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.4.0-1
date-released: 2022-05-24
version: 2.4.1
date-released: 2022-05-27
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.4.0-1",
"version": "2.4.1",
"description": "Infomap network clustering algorithm",
"browser": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -12,7 +12,7 @@

namespace infomap {

const char* const INFOMAP_VERSION = "2.4.0-1";
const char* const INFOMAP_VERSION = "2.4.1";

}

Expand Down

0 comments on commit 907ad9d

Please sign in to comment.