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

v0.3.0 #2437

Merged
merged 1 commit into from
Oct 15, 2023
Merged

v0.3.0 #2437

merged 1 commit into from
Oct 15, 2023

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Oct 13, 2023

No description provided.

Signed-off-by: utam0k <[email protected]>
@utam0k utam0k requested a review from YJDoc2 October 14, 2023 06:58
@codecov-commenter
Copy link

Codecov Report

Merging #2437 (c6fa60a) into main (fd25afb) will not change coverage.
Report is 6 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2437   +/-   ##
=======================================
  Coverage   65.87%   65.87%           
=======================================
  Files         133      133           
  Lines       16866    16866           
=======================================
  Hits        11111    11111           
  Misses       5755     5755           

@utam0k utam0k added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Oct 14, 2023
Comment on lines +191 to +195

version-up version:
git grep -l "^version = .* # MARK: Version" | xargs sed -i 's/version = "[0-9]\.[0-9]\.[0-9]" # MARK: Version/version = "{{version}}" # MARK: Version/g'
sed -i s/_[0-9]_[0-9]_[0-9]_/_{{ replace(version, '.', '_') }}_/g docs/src/user/basic_setup.md
sed -i 's/[0-9]\.[0-9]\.[0-9]/{{version}}/g' docs/src/user/basic_setup.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@YJDoc2
Copy link
Collaborator

YJDoc2 commented Oct 14, 2023

Hey @utam0k , I'll approve this PR, but before merge, can you check and merge #2438 ? It contains a simple bugfix for #2433 , would be nice if it also gets released along with this.

Copy link
Collaborator

@YJDoc2 YJDoc2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉

@utam0k utam0k merged commit e4d2b39 into youki-dev:main Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants