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

chore: release #28

Merged
merged 1 commit into from
Feb 2, 2024
Merged

chore: release #28

merged 1 commit into from
Feb 2, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 26, 2024

🤖 New release

  • rc-zip: 2.0.1 -> 3.0.0 (⚠️ API breaking changes)
  • rc-zip-sync: 3.0.0
  • rc-zip-tokio: 3.0.0

⚠️ rc-zip breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/enum_missing.ron

Failed in:
  enum rc_zip::Method, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/archive.rs:234
  enum rc_zip::reader::ArchiveReaderResult, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/archive_reader.rs:16
  enum rc_zip::NtfsAttr, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:255
  enum rc_zip::HostSystem, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/version.rs:88
  enum rc_zip::EntryContents, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/archive.rs:208
  enum rc_zip::UnsupportedError, previously in file /tmp/.tmp70XgT3/rc-zip/src/error.rs:28
  enum rc_zip::Error, previously in file /tmp/.tmp70XgT3/rc-zip/src/error.rs:5
  enum rc_zip::Encoding, previously in file /tmp/.tmp70XgT3/rc-zip/src/encoding.rs:5
  enum rc_zip::FormatError, previously in file /tmp/.tmp70XgT3/rc-zip/src/error.rs:36
  enum rc_zip::ExtraField, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:44

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/module_missing.ron

Failed in:
  mod rc_zip::reader::sync, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/mod.rs:1
  mod rc_zip::reader, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/mod.rs:1
  mod rc_zip::prelude, previously in file /tmp/.tmp70XgT3/rc-zip/src/prelude.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/struct_missing.ron

Failed in:
  struct rc_zip::StoredEntry, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/archive.rs:84
  struct rc_zip::ZipString, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/raw.rs:11
  struct rc_zip::DirectoryHeader, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/directory_header.rs:11
  struct rc_zip::UnixMode, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/mode.rs:163
  struct rc_zip::EndOfCentralDirectory64Locator, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/eocd.rs:84
  struct rc_zip::MsdosMode, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/mode.rs:186
  struct rc_zip::reader::sync::StoreDecoder, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/decoder.rs:29
  struct rc_zip::EndOfCentralDirectory, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/eocd.rs:172
  struct rc_zip::reader::sync::EntryReader, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/entry_reader.rs:44
  struct rc_zip::DataDescriptorRecord, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/local.rs:74
  struct rc_zip::ExtraTimestampField, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:132
  struct rc_zip::reader::sync::SyncStoredEntry, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:128
  struct rc_zip::Located, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/eocd.rs:153
  struct rc_zip::ExtraUnixField, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:151
  struct rc_zip::reader::sync::SyncArchive, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:84
  struct rc_zip::Version, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/version.rs:12
  struct rc_zip::Entry, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/archive.rs:51
  struct rc_zip::ExtraZip64Field, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:111
  struct rc_zip::Archive, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/archive.rs:8
  struct rc_zip::EndOfCentralDirectory64Record, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/eocd.rs:110
  struct rc_zip::NtfsAttr1, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:271
  struct rc_zip::reader::sync::EOFNormalizer, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/decoder.rs:106
  struct rc_zip::MsdosTimestamp, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/date_time.rs:17
  struct rc_zip::Mode, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/mode.rs:9
  struct rc_zip::NtfsTimestamp, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/date_time.rs:68
  struct rc_zip::reader::ArchiveReader, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/archive_reader.rs:10
  struct rc_zip::ExtraNewUnixField, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:199
  struct rc_zip::ZipBytes, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/raw.rs:52
  struct rc_zip::LocalFileHeaderRecord, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/local.rs:11
  struct rc_zip::EndOfCentralDirectoryRecord, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/eocd.rs:12
  struct rc_zip::reader::sync::LimitedReader, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/decoder.rs:69
  struct rc_zip::ExtraNtfsField, previously in file /tmp/.tmp70XgT3/rc-zip/src/format/extra_field.rs:238

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/trait_missing.ron

Failed in:
  trait rc_zip::reader::sync::HasCursor, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:159
  trait rc_zip::prelude::ReadZipWithSize, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:11
  trait rc_zip::reader::sync::ReadZipWithSize, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:11
  trait rc_zip::prelude::ReadZip, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:25
  trait rc_zip::reader::sync::ReadZip, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/read_zip.rs:25
  trait rc_zip::reader::sync::Decoder, previously in file /tmp/.tmp70XgT3/rc-zip/src/reader/sync/decoder.rs:4
Changelog

rc-zip

3.0.0 - 2024-02-02

Other

  • Introduce rc-zip-sync, rc-zip-tokio (#60)

rc-zip-sync

3.0.0 - 2024-02-02

Other

  • Bump rc-zip-sync & rc-zip-tokio
  • Introduce rc-zip-sync, rc-zip-tokio (#60)

rc-zip-tokio

3.0.0 - 2024-02-02

Other

  • Bump rc-zip-sync & rc-zip-tokio
  • Introduce rc-zip-sync, rc-zip-tokio (#60)


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release chore: release v2.0.2 Jan 26, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch 5 times, most recently from 2ed4b52 to eb47292 Compare January 26, 2024 12:07
@fasterthanlime fasterthanlime changed the title chore: release v2.0.2 chore: release v3.0.0 Jan 26, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch 3 times, most recently from 1b9a693 to 42f4225 Compare January 26, 2024 12:42
@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6874629) 74.27% compared to head (42f4225) 74.01%.

❗ Current head 42f4225 differs from pull request most recent head e67cae2. Consider uploading reports for the commit e67cae2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   74.27%   74.01%   -0.26%     
==========================================
  Files          24       17       -7     
  Lines        2192     1674     -518     
==========================================
- Hits         1628     1239     -389     
+ Misses        564      435     -129     

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

@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch 17 times, most recently from e97b9a9 to d2720ab Compare January 31, 2024 07:34
@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch 3 times, most recently from 239cd82 to d73f509 Compare February 1, 2024 16:47
@fasterthanlime fasterthanlime changed the title chore: release v3.0.0 chore: release Feb 2, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch from d73f509 to 7de899f Compare February 2, 2024 19:28
Signed-off-by: Amos <[email protected]>
@github-actions github-actions bot force-pushed the release-plz-2024-01-26T10-53-27Z branch from 7de899f to e67cae2 Compare February 2, 2024 19:31
@fasterthanlime fasterthanlime enabled auto-merge (squash) February 2, 2024 19:31
@fasterthanlime fasterthanlime reopened this Feb 2, 2024
@fasterthanlime fasterthanlime enabled auto-merge (squash) February 2, 2024 19:32
@fasterthanlime fasterthanlime merged commit 01c6bda into main Feb 2, 2024
3 checks passed
@fasterthanlime fasterthanlime deleted the release-plz-2024-01-26T10-53-27Z branch February 2, 2024 19:33
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.

2 participants