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

Fix Echo version number which was not incremented with Release 4.6.2 #2067

Merged
merged 1 commit into from Jan 10, 2022

Conversation

aldas
Copy link
Contributor

@aldas aldas commented Jan 10, 2022

Fix Echo version number which was not incremented with Release 4.6.2 Now bumped to 4.6.3

Relates to #2066
When I release 4.6.2 I did not use latest master branch commit but took 4 commits older commit 6b5e62b as release point. Ofcourse this point version number was not bumped to 4.6.2 and is/was still 4.6.1

I have created separate branch under labstack/echo repository to hold this fix commit as different pullable branch. But to include this change into master history this commit needs to be added into master (after those 4 commits which are not included in 4.6.2 and are already in master).

I will release 4.6.3 from this branch fix_branch_4_6_2 so 4.6.3 would only have this version number fix.

Sorry for the mess.

@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #2067 (04e5981) into master (6b5e62b) will increase coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2067      +/-   ##
==========================================
+ Coverage   91.33%   91.57%   +0.23%     
==========================================
  Files          33       33              
  Lines        2875     2921      +46     
==========================================
+ Hits         2626     2675      +49     
+ Misses        159      157       -2     
+ Partials       90       89       -1     
Impacted Files Coverage Δ
echo.go 94.20% <ø> (+0.05%) ⬆️
context.go 86.93% <0.00%> (ø)
middleware/jwt.go 90.26% <0.00%> (ø)
router.go 96.51% <0.00%> (+0.74%) ⬆️
middleware/cors.go 92.13% <0.00%> (+2.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b5e62b...04e5981. Read the comment docs.

@aldas aldas merged commit aada6f9 into master Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant