Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiblen committed May 19, 2020
1 parent aa4b27c commit f3aff59
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2020-05-20

### Changed

- improve conda workflow [#244](https://github.com/matchms/matchms/pull/244)
- merge anaconda and python build workflows
- fix conda package install command in build workflow
- publish only on ubuntu machine

### Removed

- remove python build badge [#244](https://github.com/matchms/matchms/pull/244)

## [0.3.1] - 2020-05-19

### Added

- improve conda package https://github.com/matchms/matchms/pull/225
- improve conda package [#225](https://github.com/matchms/matchms/pull/225)
- Build scripts for Windows and Unix(MacOS and Linux) systems
- verify conda package after uploading to anaconda repository by installing it
- conda package also includes `matchms/data` folder
Expand All @@ -29,9 +42,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- skip builds for Python 2.X
- more flexible package versions
- add deployment requirements to meta.yml
- verify conda package https://github.com/matchms/matchms/pull/225
- verify conda package [#225](https://github.com/matchms/matchms/pull/225)
- use conda/environment.yml when building the package
- split anaconda workflow https://github.com/matchms/matchms/pull/225
- split anaconda workflow [#225](https://github.com/matchms/matchms/pull/225)
- conda build: tests conda packages on every push and pull request
- conda publish: publish and test conda package on release
- update the developer instructions
Expand Down

0 comments on commit f3aff59

Please sign in to comment.