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 #160

Merged
merged 1 commit into from
Oct 3, 2023
Merged

chore: release #160

merged 1 commit into from
Oct 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 22, 2023

🤖 New release

  • rasn: 0.9.5 -> 0.10.0 (✓ API compatible changes)
  • rasn-derive: 0.9.5 -> 0.10.0
  • rasn-pkix: 0.9.5 -> 0.10.0 (⚠️ API breaking changes)
  • rasn-cap: 0.9.5 -> 0.10.0
  • rasn-cms: 0.9.5 -> 0.10.0
  • rasn-kerberos: 0.9.5 -> 0.10.0
  • rasn-ldap: 0.9.5 -> 0.10.0
  • rasn-mib: 0.9.5 -> 0.10.0
  • rasn-smi: 0.9.5 -> 0.10.0 (✓ API compatible changes)
  • rasn-ocsp: 0.9.5 -> 0.10.0
  • rasn-smime: 0.9.5 -> 0.10.0
  • rasn-snmp: 0.9.5 -> 0.10.0 (✓ API compatible changes)

⚠️ rasn-pkix breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.23.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CertificateList.signature_algorithm in /tmp/.tmpyxPPfR/rasn/standards/pkix/src/lib.rs:342

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It 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.23.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field signature_algorithim of struct CertificateList, previously in file /tmp/.tmpV2UBw7/rasn-pkix/src/lib.rs:342
Changelog

rasn

0.10.0 - 2023-10-03

Other

  • Gensym field names (#166)
  • Delegate newtype EOC (#163)
  • Fix Result scoping (#162)
  • Fix/issue 141 (#158)
  • Fix/infinite recursion (#157)
  • Fix/constrained extension (#156)
  • fmt
  • Add FixedBitString, use BitStr for encoding
  • use existing codec type
  • Split and improve UTCTime type (#152)
  • split OID codec functionality to be usable by other codecs (#144)
  • document Codec and methods
  • Add Codec enum, update rasn_snmp::v3::Message
  • Improves BER GeneralizedTime decoders, support for CER/DER strict mode (#150)

rasn-derive

0.10.0 - 2023-10-03

Other

  • Gensym field names (#166)
  • Delegate newtype EOC (#163)
  • Fix Result scoping (#162)
  • Fix/infinite recursion (#157)
  • Fix/constrained extension (#156)

rasn-pkix

0.10.0 - 2023-10-03

Other

  • Fix/issue 141 (#158)

rasn-cap

0.8.0 - 2023-07-11

Other

  • Use workspace metadata
  • Implement Unpacked Encoding Rules (UPER)

rasn-cms

0.9.3 - 2023-08-06

Other

  • fmt

rasn-kerberos

0.9.3 - 2023-08-06

Other

  • fmt

rasn-ldap

0.8.0 - 2023-07-11

Other

  • Use workspace metadata

rasn-mib

0.9.3 - 2023-08-06

Other

  • fmt

rasn-smi

0.10.0 - 2023-10-03

Other

  • update dependencies

rasn-ocsp

0.8.0 - 2023-07-11

Other

  • Use workspace metadata

rasn-smime

0.9.3 - 2023-08-06

Other

  • fmt

rasn-snmp

0.10.0 - 2023-10-03

Other

  • fmt
  • use existing codec type
  • document Codec and methods
  • Add Codec enum, update rasn_snmp::v3::Message


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz/2023-09-22T22-39-47Z branch 2 times, most recently from fc871a3 to 98c3bc6 Compare September 28, 2023 17:20
Signed-off-by: release-plz <release-plz@github.com>
@github-actions github-actions bot force-pushed the release-plz/2023-09-22T22-39-47Z branch from 98c3bc6 to b07de90 Compare October 3, 2023 08:56
@XAMPPRocky XAMPPRocky merged commit 1a48f44 into main Oct 3, 2023
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