Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Apr 24, 2024
1 parent a2b39a8 commit 6aa6597
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [dev] - unreleased

## [0.4.1] - 2024-04-24
### Changed
- updated _assign_ri_value function to delete the RI key if the value is not greater than 0 [#122](https://github.com/RECETOX/RIAssigner/pull/122)

## [0.4.0] - 2024-02-13
### Added
- reading RI values from the comments field [#112](https://github.com/RECETOX/RIAssigner/pull/109)
- column name sanitizing and mapping using matchms [#118](https://github.com/RECETOX/RIAssigner/pull/118)
Expand All @@ -13,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- updated dependencies to newest versions [#116](https://github.com/RECETOX/RIAssigner/pull/116)
- changed build system to use poetry [#109](https://github.com/RECETOX/RIAssigner/pull/109)
- updated _assign_ri_value function to delete the RI key if the value is not greater than 0 [#122](https://github.com/RECETOX/RIAssigner/pull/122)
### Removed

## [0.3.4] - 2023-02-21
Expand Down
2 changes: 1 addition & 1 deletion RIAssigner/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "RIAssigner"
version = "0.4.0"
version = "0.4.1"
description = "Python library for retention index calculation."
authors = ["Helge Hecht <[email protected]>", "Maksym Skoryk <[email protected]>"]

Expand Down

0 comments on commit 6aa6597

Please sign in to comment.