Skip to content

Commit

Permalink
Version 1.0.1 patch release (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney authored Oct 26, 2023
1 parent 00e7bfb commit ed8791c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ The rules for this file:

### Authors
<!-- GitHub usernames of contributors to this release -->
- ianmkenney

### Added
<!-- New added features -->
- GitHub action workflow for automatic PyPI package deployment (PR #3)

### Fixed
<!-- Bug fixes -->
Expand All @@ -38,6 +36,18 @@ The rules for this file:
### Removed
<!-- Removed features -->

## [1.0.1] -- 2023-10-26

### Authors
- ianmkenney

### Added
- GitHub action workflow for automatic PyPI package deployment (PR #3)

### Fixed
- pyproject.toml explicitly includes all dependencies and no longer relies
on the MDAnalysis dependency stack (PR #3)

## [1.0.0] -- 2023-10-10

The original `MDAnalysis.analysis.psa` was written by Sean Seyler in 2015
Expand All @@ -55,5 +65,6 @@ listed in the AUTHORS.md file.
- GitHub actions workflow for building and deploying docs to GitHub pages
(PR #2)

[Unreleased]: https://github.com/MDAnalysis/PathSimAnalysis/compare/1.0.0...HEAD
[1.0.0]: https://github.com/MDAnalysis/PathSimAnalysis/releases/tag/1.0.0
[Unreleased]: https://github.com/MDAnalysis/PathSimAnalysis/compare/1.0.1...HEAD
[1.0.1]: https://github.com/MDAnalysis/PathSimAnalysis/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/MDAnalysis/PathSimAnalysis/releases/tag/1.0.0

0 comments on commit ed8791c

Please sign in to comment.