Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,25 @@ and this project adheres to:

## Unreleased

## [0.0.1] - 2022-09-03
### Added

* Added Github Actions for (cargo check, cargo fmt, cargo clippy, cargo test) [#10](https://github.com/Allstreamer/pyver/pull/10)
* Added CHANGELOG.md
* Added `ids` module

### Changed

* Added LICENSE with MIT License [#10](https://github.com/Allstreamer/pyver/pull/10)
* Added CI Badges to Readme by [#10](https://github.com/Allstreamer/pyver/pull/10)
* Moved PackageVersion & it's tests to version.rs [#21](https://github.com/Allstreamer/pyver/pull/21)
* Moved Identifiers & tests to `ids` module

### Docs

* Added Struct descriptions to each struct [#15](https://github.com/Allstreamer/pyver/pull/15)
* Added Examples to Rust Docs [#15](https://github.com/Allstreamer/pyver/pull/15)

## [0.1.0] - 2022-09-03

### Added

Expand Down