Skip to content

Commit a6723bb

Browse files
committed
Prepare for v0.1.0
1 parent 2b68dd4 commit a6723bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.1.0] - 2024-10-06
12+
1013
### Added
1114

1215
- Add a `stride` option to the trajectory writers.
@@ -24,4 +27,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2427
Initial release. See README.md for a description of all features.
2528

2629

27-
[0.1.0]: https://github.com/molmod/tinyff/tag/v0.0.0
30+
[0.0.0]: https://github.com/molmod/tinyff/tag/v0.0.0
31+
[0.1.0]: https://github.com/molmod/tinyff/tag/v0.1.0

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,8 @@ For example:
174174
```python
175175
npy_writer = NPYWriter("traj", stride=100)
176176
```
177+
178+
179+
## Change log
180+
181+
The history of changes can be found in [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)