Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 21, 2023
1 parent 693086d commit 467fd55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--next-version-placeholder-->

## 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)**
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 467fd55

Please sign in to comment.