Skip to content

Commit 24d2768

Browse files
committed
Release version 0.6.0
1 parent bbae81f commit 24d2768

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2024-05-28
11+
### Added
12+
- Support for reading and writing dump files with zstd compression.
13+
14+
### Fixed
15+
- Reading and writing dump files with triclinic boxes.
16+
- Validation of image in user-specified dump schema.
17+
1018
## [0.5.0] - 2024-04-29
1119
### Added
1220
- Basic support for molecular topology data. These data are exposed as `Bonds`,
@@ -69,7 +77,8 @@ have been updated to include this option.
6977
### Changed
7078
- The package has been renamed `lammpsio` for consistency with PyPI.
7179

72-
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.5.0...HEAD
80+
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.6.0...HEAD
81+
[0.6.0]: https://github.com/mphowardlab/lammpsio/compare/v0.5.0...v0.6.0
7382
[0.5.0]: https://github.com/mphowardlab/lammpsio/compare/v0.4.1...v0.5.0
7483
[0.4.1]: https://github.com/mphowardlab/lammpsio/compare/v0.4.0...v0.4.1
7584
[0.4.0]: https://github.com/mphowardlab/lammpsio/compare/v0.3.0...v0.4.0

src/lammpsio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .snapshot import Snapshot
55
from .topology import Angles, Bonds, Dihedrals, Impropers
66

7-
__version__ = "0.5.0"
7+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)