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
Contributor

mbrubeck commented Jan 28, 2020

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).
Changes in this release:

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

This comment has been minimized.

Copy link
@emilio

emilio Jan 28, 2020

Member

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

This comment has been minimized.

Copy link
@mbrubeck

mbrubeck Jan 28, 2020

Author Contributor

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

bors-servo commented Jan 28, 2020

📌 Commit 04d54bd has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jan 28, 2020

Testing commit 04d54bd with merge 08b8249...

bors-servo added 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

bors-servo commented Jan 28, 2020

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

@bors-servo bors-servo merged commit 04d54bd into servo:master Jan 28, 2020
2 checks passed
2 checks passed
Travis CI - Pull Request Build Passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.