Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Apr 14, 2024
1 parent 42b5fd1 commit 6934dfc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.0] - 2023-04-15

### Added

- Added serde, made rayon optional, introduced GitHub actions CI, fixed many code smells. ([#25](https://github.com/laysakura/fid-rs/pull/25))
- feature: Make Fid cloneable. ([#26](https://github.com/laysakura/fid-rs/pull/26))

## [v0.1.1] - 2019-04-26

Just fixed docs.rs URL.

## [v0.1.0] - 2019-04-25
Initial release.

[Unreleased]: https://github.com/laysakura/fid-rs/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/laysakura/fid-rs/compare/v0.1.0...v0.1.1
[Unreleased]: https://github.com/laysakura/fid-rs/compare/v0.2.0...HEAD
[v0.2.0]: <https://github.com/laysakura/fid-rs/compare/v0.1.1...v0.2.0>
[v0.1.1]: <https://github.com/laysakura/fid-rs/compare/v0.1.0...v0.1.1>
[v0.1.0]: https://github.com/laysakura/fid-rs/compare/48fe478...v0.1.0

0 comments on commit 6934dfc

Please sign in to comment.