-
Notifications
You must be signed in to change notification settings - Fork 648
Prepare for v2.0.0 #785
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
base: main
Are you sure you want to change the base?
Prepare for v2.0.0 #785
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| .TH EDIT 1 "version 1.2.1" "December 2025" | ||
| .TH EDIT 1 "version 2.0.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FWIW I'd prefer to actually put |
||
| .SH NAME | ||
| edit \- a simple text editor | ||
| .SH SYNOPSIS | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "edit" | ||
| version = "1.2.1" | ||
| version = "2.0.0" | ||
|
|
||
| edition.workspace = true | ||
| license.workspace = true | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This flag is now available in stable so the distinction between release and release-nightly is not needed anymore.