Skip to content

Commit

Permalink
bump version, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
a.pirogov committed Sep 11, 2023
1 parent 27a1432 commit 8be449e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Here we provide notes that summarize the most important changes in each released

Please consult the changelog to inform yourself about breaking changes and security issues.

## [v0.1.1](https://github.com/Materials-Data-Science-and-Informatics/metador-core/tree/v0.1.1) <small>(2023-??-??)</small> { id="0.1.1" }
## [v0.1.2](https://github.com/Materials-Data-Science-and-Informatics/metador-core/tree/v0.1.2) <small>(2023-??-??)</small> { id="0.1.2" }

* minor tweaks and fixes

## [v0.1.1](https://github.com/Materials-Data-Science-and-Informatics/metador-core/tree/v0.1.1) <small>(2023-09-11)</small> { id="0.1.1" }

* added `metador` CLI tools for self-diagnosis (other features can be added in the future)
* added CSV/TSV widget
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: software
message: If you use this software, please cite it using these metadata.

title: metador-core
version: 0.1.1
version: 0.1.2
abstract: Core of Metador, the metadata-first research data management framework.
repository-code: "https://github.com/Materials-Data-Science-and-Informatics/metador-core"
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@
"runtimePlatform": "Python 3"
},
"url": "https://github.com/Materials-Data-Science-and-Informatics/metador-core",
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# ---- DO NOT EDIT, managed by somesy ----
name = "metador-core"
version = "0.1.1"
version = "0.1.2"
description = "Core of Metador, the metadata-first research data management framework."
authors = ["Anton Pirogov <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion somesy.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "metador-core"
version = "0.1.1"
version = "0.1.2"
description = "Core of Metador, the metadata-first research data management framework."
license = "MIT"
repository = "https://github.com/Materials-Data-Science-and-Informatics/metador-core"
Expand Down

0 comments on commit 8be449e

Please sign in to comment.