Skip to content

chore: release - #67

Merged
danieleades merged 1 commit into
mainfrom
release-plz-2024-09-13T07-17-35Z
Mar 12, 2025
Merged

chore: release#67
danieleades merged 1 commit into
mainfrom
release-plz-2024-09-13T07-17-35Z

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 13, 2024

Copy link
Copy Markdown
Contributor

🤖 New release

  • arithmetic-coding-core: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • arithmetic-coding: 0.4.0 -> 0.5.0 (⚠ API breaking changes)
  • fenwick-model: 0.1.0 -> 0.1.1 (✓ API compatible changes)

arithmetic-coding breaking changes

--- failure inherent_method_const_removed: pub method is no longer const ---

Description:
A publicly-visible method or associated fn is no longer `const` and can no longer be used in a `const` context.
        ref: https://doc.rust-lang.org/reference/const_eval.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/inherent_method_const_removed.ron

Failed in:
  Encoder::with_state in /tmp/.tmp3kE751/arithmetic-coding/src/encoder.rs:79
  Encoder::with_state in /tmp/.tmp3kE751/arithmetic-coding/src/encoder.rs:79
  Decoder::with_state in /tmp/.tmp3kE751/arithmetic-coding/src/decoder.rs:90
  Decoder::with_state in /tmp/.tmp3kE751/arithmetic-coding/src/decoder.rs:90
Changelog

arithmetic-coding-core

0.4.1 - 2025-03-11

Other

  • update Cargo.toml dependencies

arithmetic-coding

0.5.0 - 2025-03-11

Added

  • [breaking] make 'flush' method on encoder consume self (#79)
  • assert the chosen precision is valid when calling 'chain' in debug builds (#80)

Other

  • (docs) update CI badge in readme (#75)
  • (lints) count string characters directly (#74)
  • (deps) commit lock file to VCS (#73)
  • (deps) update thiserror requirement from 1.0.30 to 2.0.3 (#70)
  • (deps) bump codecov/codecov-action from 4 to 5 (#71)


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore(fenwick-model): release v0.1.0 chore(arithmetic-coding): release v0.4.1 Nov 15, 2024
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch from 5714176 to 2f02809 Compare November 15, 2024 16:47
@github-actions github-actions Bot changed the title chore(arithmetic-coding): release v0.4.1 chore: release Nov 15, 2024
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch from 2f02809 to 7c0feff Compare November 15, 2024 16:48
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch from 7c0feff to f0d1172 Compare January 17, 2025 13:56
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch 2 times, most recently from 28242f2 to 7cb5c0e Compare February 8, 2025 20:13
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch from 7cb5c0e to 3ed53d7 Compare March 11, 2025 16:48
@github-actions
github-actions Bot force-pushed the release-plz-2024-09-13T07-17-35Z branch from 3ed53d7 to 05fab13 Compare March 11, 2025 17:16
@danieleades
danieleades merged commit 5ee3729 into main Mar 12, 2025
@danieleades
danieleades deleted the release-plz-2024-09-13T07-17-35Z branch March 12, 2025 20:46
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