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

Bump version to 0.8.5 #45

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Bump version to 0.8.5 #45

merged 1 commit into from
Dec 23, 2024

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Dec 18, 2024

diff: v0.8.4...b787968

This release bumps julia compat to v1.6.

This release also fixes #27 #32 #35 and #36

Error printing is also improved. Memory allocation errors throw OutOfMemoryError and other errors have error messages now.

I plan on releasing this sometime next week unless there are any issues.

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.71%. Comparing base (b787968) to head (6641142).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files           4        4           
  Lines         161      161           
=======================================
  Hits          138      138           
  Misses         23       23           

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

@maleadt
Copy link

maleadt commented Dec 19, 2024

Verified that this fixes #31, thanks!

@nhz2 nhz2 merged commit bbccc86 into master Dec 23, 2024
14 checks passed
@nhz2 nhz2 deleted the nhz2-patch-1 branch December 23, 2024 17:56
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.

Memory leak if decompressed stream is not explicitly closed
2 participants