From c04e83e6743a3ff3fee0067003ca778bad73d252 Mon Sep 17 00:00:00 2001 From: Michael Howard Date: Mon, 27 Sep 2021 13:10:48 -0500 Subject: [PATCH] Tag version 0.4.1 --- CHANGELOG.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77129e..c1a54aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). ## [Unreleased] + +## [0.4.1] - 2021-09-27 +### Fixed +- Set triclinic box size correctly (bug fix thanks to Kevin Silmore). + ### Changed - Update code of conduct. The default git branch is renamed `main`. More [information](https://sfconservancy.org/news/2020/jun/23/gitbranchname) is available. @@ -43,9 +48,10 @@ reading both GSD 1.0 (HOOMD < 2.9) and GSD 2.0 (HOOMD >= 2.9) files. The plugin is able to read particle and bond data. Angles, dihedrals, and writing are not currently supported. -[Unreleased]: https://github.com/mphoward/gsd-vmd/compare/v0.4.0...HEAD -[0.4.0]: https://github.com/mphoward/gsd-vmd/compare/v0.3.0...v0.4.0 -[0.3.0]: https://github.com/mphoward/gsd-vmd/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/mphoward/gsd-vmd/compare/v0.1.2...v0.2.0 -[0.1.2]: https://github.com/mphoward/gsd-vmd/compare/v0.1.1...v0.1.2 -[0.1.1]: https://github.com/mphoward/gsd-vmd/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/mphowardlab/gsd-vmd/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/mphowardlab/gsd-vmd/compare/v0.4.0...v0.4.1 +[0.4.0]: https://github.com/mphowardlab/gsd-vmd/compare/v0.3.0...v0.4.0 +[0.3.0]: https://github.com/mphowardlab/gsd-vmd/compare/v0.2.0...v0.3.0 +[0.2.0]: https://github.com/mphowardlab/gsd-vmd/compare/v0.1.2...v0.2.0 +[0.1.2]: https://github.com/mphowardlab/gsd-vmd/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/mphowardlab/gsd-vmd/compare/v0.1.0...v0.1.1