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

Version 1.2.0 #199

Merged
merged 1 commit into from Jan 28, 2020
Merged

Version 1.2.0 #199

merged 1 commit into from Jan 28, 2020

Conversation

mbrubeck
Copy link
Collaborator

@mbrubeck mbrubeck commented Jan 28, 2020

Changes in this release:

Changes in this release:

* `IntoIter` now implments `Debug` (servo#196).
* `smallvec!` macro is now easier to use in `no_std` contexts
   where the `vec!` macro isn't automatically imported (servo#198).
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "1.1.0"
version = "1.2.0"
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, actually, does this need to be a breaking release?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In semver, for stable releases (version >= 1.0.0), the first number (MAJOR) is incremented for breaking changes. The second number (MINOR) is incremented for additional features added without breaking backward compatibility. The third number (PATCH) is incremented for bug fixes that do not add new API or break existing API.

Cargo treats two versions as "compatible" if the first non-zero component is the same. So 0.1.0 to 0.2.0 is a breaking change, but 1.1.0 to 1.2.0 is not.

@emilio
Copy link
Member

emilio commented Jan 28, 2020

Ah, nice, I always forget.

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 04d54bd has been approved by emilio

@bors-servo
Copy link
Contributor

⌛ Testing commit 04d54bd with merge 08b8249...

bors-servo pushed a commit that referenced this pull request Jan 28, 2020
Version 1.2.0

Changes in this release:

* `IntoIter` now implements `Debug` (#196).
* `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: emilio
Pushing 08b8249 to master...

@bors-servo bors-servo merged commit 04d54bd into servo:master Jan 28, 2020
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

3 participants