Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 3.0.0 #923

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Jan 23, 2025

🤖 I have created a release beep boop

Poku v3 is here 🎉

🐷 I'm extremely excited to release the new Poku version with even more performance, 6 (yes, six!) customized reporters and even more efficient.

  • It took almost four months of hard work to develop and document the all the new features with a lot of care and dedication.

⚙️ How to Migrate?

There are a few breaking changes, here's how to carry out the migration:

  • For Node.js, make sure you have version 14.x.x or higher.
  • Instead of poku --parallel or poku -p, just use poku.
  • Instead of poku (sequential in v2), use poku --sequential.
  • If you have some flag using kebab case (e.g., --fail-fast), use camel case instead (e.g., --failFast).
  • Instead of setting the platform manually (poku --platform=..., poku --deno, poku --bun or poku --node), just use the platform/runtime to call Poku, for example: npx poku, bun poku or deno run poku.

Note

🗺️ For the full roadmap, please follow the:


Thanks for all your support.

— Cheers, Weslley


This PR was generated with Release Please. See documentation.

@wellwelwel wellwelwel force-pushed the release-please--branches--main--components--poku branch from 77e03e1 to 423e337 Compare January 23, 2025 21:25
@wellwelwel wellwelwel linked an issue Jan 23, 2025 that may be closed by this pull request
23 tasks
@wellwelwel wellwelwel marked this pull request as draft January 23, 2025 21:27
@wellwelwel wellwelwel added this to the 3.0.0 milestone Jan 23, 2025
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.27%. Comparing base (de30b94) to head (337e75e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #923   +/-   ##
=======================================
  Coverage   99.27%   99.27%           
=======================================
  Files          47       47           
  Lines        2353     2353           
  Branches       13       13           
=======================================
  Hits         2336     2336           
  Misses          8        8           
  Partials        9        9           
Flag Coverage Δ
linux 99.15% <ø> (ø)
osx 99.19% <ø> (ø)
windows 98.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wellwelwel wellwelwel marked this pull request as ready for review January 24, 2025 18:45
@wellwelwel wellwelwel force-pushed the release-please--branches--main--components--poku branch from 0925b13 to 3ff92dc Compare January 24, 2025 18:53
@wellwelwel wellwelwel force-pushed the release-please--branches--main--components--poku branch from 3ff92dc to 337e75e Compare January 24, 2025 19:31
@wellwelwel wellwelwel merged commit 6d6398b into main Jan 24, 2025
19 checks passed
@wellwelwel wellwelwel deleted the release-please--branches--main--components--poku branch January 24, 2025 19:41
@wellwelwel
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 3.0.0 (planned breaking changes and architecture improvements)
1 participant