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

Release v0.6.1 #107

Merged
merged 1 commit into from
May 21, 2024
Merged

Release v0.6.1 #107

merged 1 commit into from
May 21, 2024

Conversation

nfx
Copy link
Collaborator

@nfx nfx commented May 21, 2024

  • Made ProductInfo.version a cached_property to avoid failure when comparing wheel uploads in development (#105). In this release, the apply method of a class has been updated to sort upgrade scripts in semantic versioning order before applying them, addressing potential issues with version comparison during development. The implementation of ProductInfo.version has been refactored to a cached_property called _version, which calculates and caches the project version, addressing a failure during wheel upload comparisons in development. The Wheels class constructor has also been updated to include explicit keyword-only arguments, and a deprecation warning has been added. These changes aim to improve the reliability and predictability of the upgrade process and the library as a whole.

Dependency updates:

  • Bump actions/checkout from 4.1.5 to 4.1.6 (#106).

* Made `ProductInfo.version` a `cached_property` to avoid failure when comparing wheel uploads in development ([#105](#105)). In this release, the `apply` method of a class has been updated to sort upgrade scripts in semantic versioning order before applying them, addressing potential issues with version comparison during development. The implementation of `ProductInfo.version` has been refactored to a `cached_property` called `_version`, which calculates and caches the project version, addressing a failure during wheel upload comparisons in development. The `Wheels` class constructor has also been updated to include explicit keyword-only arguments, and a deprecation warning has been added. These changes aim to improve the reliability and predictability of the upgrade process and the library as a whole.

Dependency updates:

 * Bump actions/checkout from 4.1.5 to 4.1.6 ([#106](#106)).
Copy link

✅ 12/12 passed, 2 skipped, 35s total

Running from acceptance #135

@nfx nfx merged commit cc19164 into main May 21, 2024
13 checks passed
@nfx nfx deleted the prepare/0.6.1 branch May 21, 2024 10:44
Copy link

codecov bot commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.90%. Comparing base (2511cf5) to head (9eee921).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   78.90%   78.90%           
=======================================
  Files          14       14           
  Lines        1498     1498           
  Branches      268      268           
=======================================
  Hits         1182     1182           
  Misses        229      229           
  Partials       87       87           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant