-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
doc: Bump version number after release 6.0.0 #1732
Conversation
README.md
Outdated
@@ -90,7 +90,7 @@ Snapshot version: | |||
<dependency> | |||
<groupId>fr.inria.gforge.spoon</groupId> | |||
<artifactId>spoon-core</artifactId> | |||
<version>6.0.0-SNAPSHOT</version> | |||
<version>7.0.0-SNAPSHOT</version> |
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.
should be 6.1.0
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.
I hesitated but as CtImport is almost ready, it will be immediately a new major release of Spoon... So IMHO we won't have another minor release before Spoon 7.0.0.
doc/_config.yml
Outdated
spoon_snapshot: "6.0.0-SNAPSHOT" | ||
sidebar_version: version 6.0.0 | ||
spoon_release: "6.0.0" | ||
spoon_snapshot: "7.0.0-SNAPSHOT" |
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.
idem
doc/doc_homepage.md
Outdated
@@ -35,6 +35,7 @@ You have different options: | |||
Star Spoon on Github: [https://github.com/INRIA/spoon](https://github.com/INRIA/spoon). :-) | |||
|
|||
<!-- .* Marker comment. --> | |||
- November 17, 2017: Spoon 6.0.0 is released! Check the [(changelog)](https://github.com/INRIA/spoon/releases/tag/spoon-core-6.0.0) as this major release may introduce breaking changes :warning: |
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.
I would say "as this major release may introduce breaking changes
I'd say "there are few non backward-compatible changes, see changes"
Imports are breaking but not part of the main public API.I'd propose first aim at 6.1 and we see
something really big breaking we could change to 7.0.
…On 11/17/17 4:31 PM, Simon Urli wrote:
***@***.**** commented on this pull request.
----------------------------------------------------------------------------------------------------
In README.md <#1732 (comment)>:
> @@ -90,7 +90,7 @@ Snapshot version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>7.0.0-SNAPSHOT</version>
I hesitated but as CtImport is almost ready, it will be immediately a new major release of
Spoon... So IMHO we won't have another minor release before Spoon 7.0.0.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1732 (comment)>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxDUj8Hf4RIGlw8jKdiT5E68wY9OA_3ks5s3abigaJpZM4QiLWV>.
|
They are part of the main public API through |
Yes, I know, but this is not the kind of methods that are typically used by clients.
In default mode, you never manipulate the imports. In auto-import mode, you don't manipulate them as
well, Spoon does it for you.
…On 11/20/17 10:08 AM, Simon Urli wrote:
Imports are breaking but not part of the main public API.
They are part of the main public API through |CompilationUnit#getImports()| which is used by clients.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1732 (comment)>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxDUlYAawcXsmkS51QvaombraG7LMtPks5s4UGTgaJpZM4QiLWV>.
|
Yes, but you can get them as in #1629. Then if we change the return type, we break their code. I'm ok to bump the version to 6.1.0 if we do a release before merging CtImport, else I really don't see the point to not follow the semantic versioning. |
@monperrus when you merge this PR take care to delete the Spoon 7.0.0 snapshot from gforge.inria.fr. |
Detected changes by Revapi: 215. Old API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0 New API: fr.inria.gforge.spoon:spoon-core:jar:6.1.0-SNAPSHOT
|
No description provided.