-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version to v0.0.1 and update changelog
- Loading branch information
1 parent
2454afa
commit d9cbea2
Showing
2 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# CHANGELOG | ||
|
||
|
||
## v0.0.1 (2024-11-21) | ||
|
||
### Bug Fixes | ||
|
||
- Correct dynamic version rag in release.yml | ||
([`2454afa`](https://github.com/dilyabareeva/quanda/commit/2454afa18d3accf323e1c26541f25b40403493b4)) | ||
|
||
- Update release.yml with commit functionality | ||
([`837be1e`](https://github.com/dilyabareeva/quanda/commit/837be1ec8b88fe5b43ee9b92d7dd361c7ade7790)) | ||
|
||
- Release.yml created a version bump PR | ||
([`2d5b61e`](https://github.com/dilyabareeva/quanda/commit/2d5b61e04635691f576f9a0a197267ffb2c70d1d)) | ||
|
||
- Update and rename version_bumping.yml to release.yml | ||
([`55a10bc`](https://github.com/dilyabareeva/quanda/commit/55a10bc1372fcc8bd0303fc6b82d5669ea668878)) | ||
|
||
- Update version_bumping.yml | ||
([`44dae07`](https://github.com/dilyabareeva/quanda/commit/44dae07c18863e089a47afa9017c05a3605b7c2b)) | ||
|
||
- Host docs assets in static | ||
([`4b8c94a`](https://github.com/dilyabareeva/quanda/commit/4b8c94a411019e5524f2228fd6c82ce2418cd028)) | ||
|
||
- Rename release.yml to version_bumping.yml | ||
([`268095c`](https://github.com/dilyabareeva/quanda/commit/268095ca0efe32019b2d3fe9cd1fc2ddeb6da074)) | ||
|
||
- Use pyproject.toml version | ||
([`ae90e32`](https://github.com/dilyabareeva/quanda/commit/ae90e3201643a218d6fe68682c98f941eadab011)) | ||
|
||
- Minor edit in readme | ||
([`c8a74aa`](https://github.com/dilyabareeva/quanda/commit/c8a74aa35870d87006ad92ab915b8220680990eb)) | ||
|
||
- Revert css usage in readme | ||
([`ae0f895`](https://github.com/dilyabareeva/quanda/commit/ae0f89552203c33deb6bf5eb9c0a3e6cee4fd16b)) | ||
|
||
- Revert changes because github doews not allow css in README.md | ||
([`e693f9b`](https://github.com/dilyabareeva/quanda/commit/e693f9b85e5283c7d26036e72e3ec882047e56fb)) | ||
|
||
- Try out strategy to use quanda logo in markdown test | ||
([`642b37c`](https://github.com/dilyabareeva/quanda/commit/642b37c7ccae9c95686c904d5b638fd76d8bab8b)) | ||
|
||
- Try out strategy to use quanda logo in markdown test | ||
([`b6f4df1`](https://github.com/dilyabareeva/quanda/commit/b6f4df1cbccd7755938984b1542e67fbb43aeefc)) | ||
|
||
- Try out strategy to use quanda logo in markdown test | ||
([`560727b`](https://github.com/dilyabareeva/quanda/commit/560727bbf1deaa51c9257ac7d4b0c50e08c73ebb)) | ||
|
||
- Pr Vaidation typo & target | ||
([`cdb9ead`](https://github.com/dilyabareeva/quanda/commit/cdb9eade0e70643ffa0e783c73ab0d3d9d7ee775)) | ||
|
||
- Versioning config | ||
([`82e7a1b`](https://github.com/dilyabareeva/quanda/commit/82e7a1bbffcb204ed34c4a1a9f3ed53ba8578c88)) | ||
|
||
### Documentation | ||
|
||
- Minor changes | ||
([`9ede074`](https://github.com/dilyabareeva/quanda/commit/9ede074cb0ef0b7c087a62b49a094e1832d82f22)) | ||
|
||
- Add benchmark usage examples to basic usage in the docs and readme | ||
([`9a52e5f`](https://github.com/dilyabareeva/quanda/commit/9a52e5f7a7225cf48b50fbbfafdb7cd3856057e0)) | ||
|
||
- Fix quickstart rst syntax problems | ||
([`7716755`](https://github.com/dilyabareeva/quanda/commit/7716755e8d2f546e742fc1b78a8a857726047b5f)) | ||
|
||
- Typo and rst syntax fixes | ||
([`cb355c9`](https://github.com/dilyabareeva/quanda/commit/cb355c99a631315be3546a1b172f27fb136c0f58)) | ||
|
||
- Fix the tutorials disclaimer | ||
([`e338e87`](https://github.com/dilyabareeva/quanda/commit/e338e874903727c71610202812c4351280baef1f)) | ||
|
||
- Small rearrangements | ||
([`8d95042`](https://github.com/dilyabareeva/quanda/commit/8d950427b40ac4323dd00c46edeac74398609b72)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "quanda" | ||
version = "0.0.2" | ||
version = "0.0.1" | ||
authors = [ | ||
{ name="Dilyara Bareeva", email="[email protected]" }, | ||
{name = "Galip Ümit Yolcu", email = "[email protected]" }, | ||
|