diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e1484..14d8045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. + +## v0.1.0 (2023-05-21) +### Feature +* Initial commit ([`0accfb4`](https://github.com/billsioros/linqpy/commit/0accfb461139970dffedcd4c5105d4008173f50e)) + +### Fix +* Aligning with the test suite ([`f7d8508`](https://github.com/billsioros/linqpy/commit/f7d8508218ccd7057042a87c424029d8c98382d6)) + +**[See all commits in this version](https://github.com/billsioros/linqpy/compare/v0.0.0...v0.1.0)** diff --git a/pyproject.toml b/pyproject.toml index 96a5ff6..c47c148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "linqpy" -version = "0.0.0" +version = "0.1.0" description = "A Python implementation of LINQ" readme = "README.md" authors = ["Vasilis Sioros "]