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

Update circe-core, circe-generic, ... to 0.14.5 #307

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

scala-steward
Copy link
Contributor

Updates

from 0.14.1 to 0.14.5.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.circe" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.circe" }
}]

labels: library-update, early-semver-minor, semver-spec-patch, version-scheme:early-semver, commit-count:1

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (709abd4) 38.46% compared to head (dd31324) 38.46%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   38.46%   38.46%           
=======================================
  Files           3        3           
  Lines          91       91           
=======================================
  Hits           35       35           
  Misses         56       56           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@joan38
Copy link
Contributor

joan38 commented Mar 10, 2023

@zarthross merge and release? 🙂

@joan38
Copy link
Contributor

joan38 commented Mar 14, 2023

@zarthross or any maintainer. Any news on this upgrade and publishing a new version?
Thanks

@zarthross
Copy link
Member

@joan38 You don't need me to merge and release this to use the latest circe-core and circe-optics together, and these repos will be released out of sync with each other anyways.

@zarthross zarthross merged commit 61d6788 into circe:master Mar 15, 2023
@joan38
Copy link
Contributor

joan38 commented Mar 16, 2023

@zarthross Oh, but I do not have permission to this repo?

Are you referring to using circe-optics 0.14.1 with circe-core any version above 0.14.1 is not binary compatible. Hans why I'm pushing to get a release of circe-optics because it's holding everyone using circe-optics to circe 0.14.1.

This lib can happily be out of sync with circe-core, only if there is no breaking change done in patch version.

@zarthross
Copy link
Member

You can use circe-optics 0.14.1 with ANY circe-core 0.14.X release, doesn't have to be 0.14.1.

@zarthross
Copy link
Member

We don't make binary breaking changes for patch releases. We use MIMA to keep track of breaking changes and do our best to not break changes for patch releases. Do though let us know if you find anything.

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.

4 participants