Skip to content

Commit

Permalink
Add changelog entry for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Nov 21, 2022
1 parent cea8f9b commit 8d1a78e
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
0.1.0 (9 April 2021)
====================
# Changelog

All notable changes to this project will be documented in this file.

## [0.2.0] – 2022-11-21

### Added

- Expose `Nipype1Task` to the root of the package.

### Changed

- Use modern `attrs` namespace instead of `attr`.
- Migrate project to `flit_scm`.

### Fixed

- Keep collection types in wrapped interfaces.

## [0.1.0] – 2021-04-09

- Initial release for PyPI

[0.2.0]: https://github.com/nipype/pydra-nipype1/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/nipype/pydra-nipype1/releases/tag/0.1.0

0 comments on commit 8d1a78e

Please sign in to comment.