Skip to content

Commit

Permalink
chore(main): release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmymy committed Jan 10, 2025
1 parent c1070d5 commit edd7758
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.4](https://github.com/Zero-True/zero-true/compare/v0.5.3...v0.5.4) (2025-01-10)


### Bug Fixes

* Actions artifacts v3 is closing down and other upgrades ([#391](https://github.com/Zero-True/zero-true/issues/391)) ([8d74828](https://github.com/Zero-True/zero-true/commit/8d74828cb6b6477b7046057611cb21069d7f7190))
* added intro to docs ([#412](https://github.com/Zero-True/zero-true/issues/412)) ([c1070d5](https://github.com/Zero-True/zero-true/commit/c1070d534e10918c60c90477e83fa0243c67546f))
* Adding More docs ([#406](https://github.com/Zero-True/zero-true/issues/406)) ([e40272c](https://github.com/Zero-True/zero-true/commit/e40272c95a0afbb0ea7740f0dfbc6ae68df8740a))
* Include docs files for copilot in package ([#397](https://github.com/Zero-True/zero-true/issues/397)) ([fcb5071](https://github.com/Zero-True/zero-true/commit/fcb507151b6977db8f877657564b562388d712fd))
* **logic-optimizations:** Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions ([#402](https://github.com/Zero-True/zero-true/issues/402)) ([3fa8ae7](https://github.com/Zero-True/zero-true/commit/3fa8ae736da11dfa93ad09d9568d9c62238a271e))
* **solve-bug-in-linting:** Updated the linting command to check only stable errors according to ruff and ignore others ([#383](https://github.com/Zero-True/zero-true/issues/383)) ([712fab8](https://github.com/Zero-True/zero-true/commit/712fab8364fc245f46eff0d2a608f876ef391105))
* **solve-parser-issue:** Solved parsing issue with list of variables define globally and in function together ([#379](https://github.com/Zero-True/zero-true/issues/379)) ([fc9deec](https://github.com/Zero-True/zero-true/commit/fc9deec9336dcfb6ba7ac06d36d2d18ac3e65d1a))
* **text-cell-traversal:** Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements ([ae1f10b](https://github.com/Zero-True/zero-true/commit/ae1f10b43eacc6d9be214605d2dc41c9d2b53e93))
* **text-cell-traversal:** Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements ([#395](https://github.com/Zero-True/zero-true/issues/395)) ([ae1f10b](https://github.com/Zero-True/zero-true/commit/ae1f10b43eacc6d9be214605d2dc41c9d2b53e93))
* updated docs with higher res screenshots and fixed typos/errors in code ([#382](https://github.com/Zero-True/zero-true/issues/382)) ([efa5add](https://github.com/Zero-True/zero-true/commit/efa5add35593bd52735dbe97e30ba28958091325))

## [0.5.3](https://github.com/Zero-True/zero-true/compare/v0.5.2...v0.5.3) (2024-12-10)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license_files = LICENSE
description = A collaborative notebook built for data scientists
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.5.3
version = 0.5.4


[options]
Expand Down

0 comments on commit edd7758

Please sign in to comment.