librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

chore: release #241

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

🤖 New release

⚠️ rasn breaking changes

--- failure enum_struct_variant_field_added: pub enum struct variant field added ---

Description:
An enum's exhaustive struct variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/enum_struct_variant_field_added.ron

Failed in:
  field parse_int_err of variant JerDecodeErrorKind::InvalidJerBitstring in /tmp/.tmpugEYut/rasn/src/error/decode.rs:570

--- failure enum_struct_variant_field_missing: pub enum struct variant's field removed or renamed ---

Description:
A publicly-visible enum has a struct variant whose field 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.30.0/src/lints/enum_struct_variant_field_missing.ron

Failed in:
  field invalid of variant JerDecodeErrorKind::InvalidJerBitstring, previously in file /tmp/.tmptFfU73/rasn/src/error/decode.rs:568
Changelog

## `rasn`

## [0.14.0](https://github.com/librasn/rasn/compare/rasn-v0.13.1...rasn-v0.14.0) - 2024-04-04 ### Fixed - *(jer)* ENUMERATED values as strings ([#242](https://github.com/librasn/rasn/pull/242)) ### Other - Fix/jer compliance ([#243](https://github.com/librasn/rasn/pull/243)) - Feat/identifier annotation ([#239](https://github.com/librasn/rasn/pull/239))
## `rasn-derive`
## [0.14.0](https://github.com/librasn/rasn/compare/rasn-derive-v0.13.1...rasn-derive-v0.14.0) - 2024-04-04 ### Other - Feat/identifier annotation ([#239](https://github.com/librasn/rasn/pull/239))
## `rasn-pkix`
## [0.10.6](https://github.com/XAMPPRocky/rasn/compare/rasn-pkix-v0.10.5...rasn-pkix-v0.10.6) - 2023-10-26 ### Other - Add CI check for formatted files and reformat source ([#181](https://github.com/XAMPPRocky/rasn/pull/181))
## `rasn-cap`
## [0.8.0](https://github.com/XAMPPRocky/rasn/compare/rasn-cap-v0.7.0...rasn-cap-v0.8.0) - 2023-07-11 ### Other - Use workspace metadata - Implement Unpacked Encoding Rules (UPER)
## `rasn-cms`
## [0.9.3](https://github.com/XAMPPRocky/rasn/compare/rasn-cms-v0.9.2...rasn-cms-v0.9.3) - 2023-08-06 ### Other - fmt
## `rasn-kerberos`
## [0.9.3](https://github.com/XAMPPRocky/rasn/compare/rasn-kerberos-v0.9.2...rasn-kerberos-v0.9.3) - 2023-08-06 ### Other - fmt
## `rasn-ldap`
## [0.8.0](https://github.com/XAMPPRocky/rasn/compare/rasn-ldap-v0.7.0...rasn-ldap-v0.8.0) - 2023-07-11 ### Other - Use workspace metadata
## `rasn-mib`
## [0.11.0](https://github.com/XAMPPRocky/rasn/compare/rasn-mib-v0.10.6...rasn-mib-v0.11.0) - 2023-10-28 ### Other - Shared error module ([#164](https://github.com/XAMPPRocky/rasn/pull/164))
## `rasn-smi`
## [0.12.4](https://github.com/XAMPPRocky/rasn/compare/rasn-smi-v0.12.3...rasn-smi-v0.12.4) - 2023-12-04 ### Other - Remove deprecated chrono functions, redundant constant lifetimes ([#212](https://github.com/XAMPPRocky/rasn/pull/212))
## `rasn-ocsp`
## [0.12.3](https://github.com/XAMPPRocky/rasn/compare/rasn-ocsp-v0.12.2...rasn-ocsp-v0.12.3) - 2023-11-25 ### Other - Fix issue with decoding of BasicOcspResponse. ([#208](https://github.com/XAMPPRocky/rasn/pull/208))
## `rasn-smime`
## [0.9.3](https://github.com/XAMPPRocky/rasn/compare/rasn-smime-v0.9.2...rasn-smime-v0.9.3) - 2023-08-06 ### Other - fmt
## `rasn-snmp`
## [0.12.0](https://github.com/XAMPPRocky/rasn/compare/rasn-snmp-v0.11.1...rasn-snmp-v0.12.0) - 2023-11-12 ### Other - Feature/jer ([#187](https://github.com/XAMPPRocky/rasn/pull/187))


This PR was generated with release-plz.