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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.1 #46

Merged
merged 1 commit into from Feb 5, 2021
Merged

Release 0.4.1 #46

merged 1 commit into from Feb 5, 2021

Conversation

jwoertink
Copy link
Member

Some format updates for Crystal 0.36. Bumping version for 0.4.1. Also fixed the benchmark since it was adding duplicate routes which doesn't work anymore 馃槀

Comment on lines -5 to -10
1000.times do
router.add("put", "/users/:id", :update)
router.add("get", "/users/:id/edit", :edit)
router.add("get", "/users/:id/new", :new)
end

Copy link
Member Author

Choose a reason for hiding this comment

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

This should have been removed in a previous release.

@jwoertink jwoertink merged commit fcfae74 into master Feb 5, 2021
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

2 participants