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

feat: version 3.0.0 #245

Merged
merged 1 commit into from Jul 21, 2023
Merged

feat: version 3.0.0 #245

merged 1 commit into from Jul 21, 2023

Conversation

corenting
Copy link
Owner

@corenting corenting commented Jul 21, 2023

  • copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normal dict).
  • Python versions: drop Python 3.7 support
  • Typing: fixes

@corenting corenting force-pushed the feat/release-3.0.0 branch 4 times, most recently from f016ad7 to 02af030 Compare July 21, 2023 17:57
@codecov
Copy link

codecov bot commented Jul 21, 2023

Codecov Report

Merging #245 (36a6fb6) into master (33beaef) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #245   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           49        49           
=========================================
  Hits            49        49           
Flag Coverage Δ
3.10 100.00% <100.00%> (ø)
3.11 100.00% <100.00%> (ø)
3.12.0-beta.3 ?
3.12.0-beta.4 100.00% <100.00%> (?)
3.7 ?
3.8 100.00% <100.00%> (ø)
3.9 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
immutabledict/__init__.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@corenting corenting merged commit c5b25bb into master Jul 21, 2023
9 checks passed
@corenting corenting deleted the feat/release-3.0.0 branch July 21, 2023 18:07
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

1 participant