Skip to content

Release v1.2.0 #69

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

Merged
merged 1 commit into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.1.0...main)
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.2.0...main)

# v1.2.0 / 2022-08-12 [(commits)](https://github.com/fastruby/next_rails/compare/v1.1.0...v1.2.0)
Copy link

Choose a reason for hiding this comment

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

Looks great, one small thing related to your PR, can we align line 5?
It looks like it has an extra space in front.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hey @fbuys I looked it up on my editor and here as well https://github.com/fastruby/next_rails/blob/f534dff96eea533e41ec7c00dfaa0f2009dad12b/CHANGELOG.md

It looks aligned to me.

I don't know why it looks off on the diff though.


- [FEATURE: Support Ruby versions as old as Ruby 2.0](https://github.com/fastruby/next_rails/pull/54)

Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NextRails
VERSION = "1.1.0"
VERSION = "1.2.0"
end