From cd3b12b14aed54cd4f3994804d47babee677a0c1 Mon Sep 17 00:00:00 2001 From: hechth Date: Mon, 12 Jul 2021 15:39:20 +0200 Subject: [PATCH 1/2] Added changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bad4312 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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). +## [1.0.0] - ??? + +## [Unreleased] +### Added +- Reading data from `CSV` and `MSP` files [#8](https://github.com/RECETOX/RIAssigner/pull/8)[#15](https://github.com/RECETOX/RIAssigner/pull/15)[#36](https://github.com/RECETOX/RIAssigner/pull/36) +- Computing Kovats retention index [#25](https://github.com/RECETOX/RIAssigner/pull/25) +- Computing RI based on cubic splines [#33](https://github.com/RECETOX/RIAssigner/pull/33) +- Added CI actions to GitHub [#43](https://github.com/RECETOX/RIAssigner/pull/43) +- Added writing data back to memory for `MSP`, `CSV` and `tsv` files [#7](https://github.com/RECETOX/RIAssigner/pull/7)[#14](https://github.com/RECETOX/RIAssigner/pull/14)[#19](https://github.com/RECETOX/RIAssigner/pull/19) +### Changed +### Removed + From 901911956ce66b642c620079cb1145436c34dca2 Mon Sep 17 00:00:00 2001 From: hechth Date: Mon, 12 Jul 2021 15:43:14 +0200 Subject: [PATCH 2/2] Fixed version to 0.1.0 --- CHANGELOG.md | 8 +++++--- RIAssigner/__version__.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad4312..0b44ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,17 @@ All notable changes to this project will be documented in this file. 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). -## [1.0.0] - ??? ## [Unreleased] ### Added +### Changed +### Removed +## [0.1.0] - 2021-07-12 +### Added - Reading data from `CSV` and `MSP` files [#8](https://github.com/RECETOX/RIAssigner/pull/8)[#15](https://github.com/RECETOX/RIAssigner/pull/15)[#36](https://github.com/RECETOX/RIAssigner/pull/36) - Computing Kovats retention index [#25](https://github.com/RECETOX/RIAssigner/pull/25) - Computing RI based on cubic splines [#33](https://github.com/RECETOX/RIAssigner/pull/33) - Added CI actions to GitHub [#43](https://github.com/RECETOX/RIAssigner/pull/43) - Added writing data back to memory for `MSP`, `CSV` and `tsv` files [#7](https://github.com/RECETOX/RIAssigner/pull/7)[#14](https://github.com/RECETOX/RIAssigner/pull/14)[#19](https://github.com/RECETOX/RIAssigner/pull/19) -### Changed -### Removed + diff --git a/RIAssigner/__version__.py b/RIAssigner/__version__.py index b5cb49c..eae19a6 100644 --- a/RIAssigner/__version__.py +++ b/RIAssigner/__version__.py @@ -1 +1 @@ -__version__ = '0.0.1' +__version__ = '0.1.0'