librasn / rasn

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

chore: release #171

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 12 months ago

🤖 New release

Changelog

## `rasn`

## [0.10.1](https://github.com/XAMPPRocky/rasn/compare/rasn-v0.10.0...rasn-v0.10.1) - 2023-10-10 ### Fixed - *(de)* missing `decode_default_with_tag_and_constraints` ([#170](https://github.com/XAMPPRocky/rasn/pull/170)) ### Other - Fix nested choice when no struct/set present ([#169](https://github.com/XAMPPRocky/rasn/pull/169)) - Update rust.yml
## `rasn-derive`
## [0.10.0](https://github.com/XAMPPRocky/rasn/compare/rasn-derive-v0.9.5...rasn-derive-v0.10.0) - 2023-10-03 ### Other - Gensym field names ([#166](https://github.com/XAMPPRocky/rasn/pull/166)) - Delegate newtype EOC ([#163](https://github.com/XAMPPRocky/rasn/pull/163)) - Fix Result scoping ([#162](https://github.com/XAMPPRocky/rasn/pull/162)) - Fix/infinite recursion ([#157](https://github.com/XAMPPRocky/rasn/pull/157)) - Fix/constrained extension ([#156](https://github.com/XAMPPRocky/rasn/pull/156))
## `rasn-pkix`
## [0.10.0](https://github.com/XAMPPRocky/rasn/compare/rasn-pkix-v0.9.5...rasn-pkix-v0.10.0) - 2023-10-03 ### Other - Fix/issue 141 ([#158](https://github.com/XAMPPRocky/rasn/pull/158))
## `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.9.3](https://github.com/XAMPPRocky/rasn/compare/rasn-mib-v0.9.2...rasn-mib-v0.9.3) - 2023-08-06 ### Other - fmt
## `rasn-smi`
## [0.10.0](https://github.com/XAMPPRocky/rasn/compare/rasn-smi-v0.9.5...rasn-smi-v0.10.0) - 2023-10-03 ### Other - update dependencies
## `rasn-ocsp`
## [0.8.0](https://github.com/XAMPPRocky/rasn/compare/rasn-ocsp-v0.7.0...rasn-ocsp-v0.8.0) - 2023-07-11 ### Other - Use workspace metadata
## `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.10.0](https://github.com/XAMPPRocky/rasn/compare/rasn-snmp-v0.9.5...rasn-snmp-v0.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.