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 v0.22.0 #371

Merged
merged 1 commit into from
Nov 26, 2024
Merged

chore: release v0.22.0 #371

merged 1 commit into from
Nov 26, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 22, 2024

🤖 New release

  • rasn: 0.21.0 -> 0.22.0
  • rasn-derive: 0.21.0 -> 0.22.0
  • rasn-derive-impl: 0.21.0 -> 0.22.0 (✓ API compatible changes)
  • rasn-pkix: 0.21.0 -> 0.22.0
  • rasn-atn-cpdlc: 0.21.0 -> 0.22.0
  • rasn-atn-ulcs: 0.21.0 -> 0.22.0
  • rasn-cap: 0.21.0 -> 0.22.0
  • rasn-cbr: 0.21.0 -> 0.22.0
  • rasn-cdt: 0.21.0 -> 0.22.0
  • rasn-cms: 0.21.0 -> 0.22.0
  • rasn-credssp: 0.21.0 -> 0.22.0
  • rasn-h282: 0.21.0 -> 0.22.0
  • rasn-kerberos: 0.21.0 -> 0.22.0
  • rasn-ldap: 0.21.0 -> 0.22.0
  • rasn-mib: 0.21.0 -> 0.22.0
  • rasn-smi: 0.21.0 -> 0.22.0
  • rasn-ocsp: 0.21.0 -> 0.22.0
  • rasn-smime: 0.21.0 -> 0.22.0
  • rasn-snmp: 0.21.0 -> 0.22.0
Changelog

rasn

0.21.0 - 2024-11-12

Added

  • Implement Algorithms and Identifiers PKIX module

Fixed

  • split iai and criterion benches, use correct adapters (#366)
  • cleanup some unnecessary dependencies (#362)
  • remove version pin from release-plz (#356)
  • Don't override generics impl in proc-macros on encode impl (#354)
  • pin release-plz version until fixed (#353)
  • decoding of extended fields in sequence in BER (#351)
  • Fix most issues related to dependency update, except hashbrown version (#349)

Other

  • Update README.md
  • Update README.md
  • Update README.md
  • Remove dependency on rayon (#363)
  • Extract proc macro into own crate (#364)
  • Update base_benchmarks.yml
  • Attempt to fix base benchmarks on CI (#365)
  • Update base_benchmarks.yml
  • Update base_benchmarks.yml
  • Create base_benchmarks.yml
  • Update from iai to iai-callgrind (#358)
  • black box integer test, use macros (#360)
  • Optimize field presence tracking of default/optional/extended fields (#324)
  • run x509 benches only on x86_64 or aarch64 (#355)
  • Add other X.509 libraries to bench
  • update dependencies
  • update lockfile
  • update lockfile
  • Create FUNDING.yml

rasn-derive

0.21.0 - 2024-11-12

Fixed

  • cleanup some unnecessary dependencies (#362)
  • Don't override generics impl in proc-macros on encode impl (#354)
  • decoding of extended fields in sequence in BER (#351)

Other

  • Extract proc macro into own crate (#364)
  • Optimize field presence tracking of default/optional/extended fields (#324)
  • Disallow structs without fields for a set (#352)
  • update dependencies

rasn-derive-impl

0.22.0 - 2024-11-26

Other

  • [breaking] Add lifetime for encoder trait and add allocation improvements based on that (OER) (#370)
  • OER: improve decoding presence tracking (#375)
  • Make constraints explicitly constant and evaluated in compile time & move some computation there (OER/PER) (#318)

rasn-pkix

0.21.0 - 2024-11-12

Added

  • Implement Algorithms and Identifiers PKIX module

Fixed

  • fmt
  • Fix most issues related to dependency update, except hashbrown version (#349)

Other

  • Optimize field presence tracking of default/optional/extended fields (#324)
  • update dependencies

rasn-atn-cpdlc

0.8.0 - 2023-07-11

Other

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

rasn-atn-ulcs

0.8.0 - 2023-07-11

Other

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

rasn-cap

0.8.0 - 2023-07-11

Other

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

rasn-cbr

0.8.0 - 2023-07-11

Other

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

rasn-cdt

0.8.0 - 2023-07-11

Other

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

rasn-cms

0.21.0 - 2024-11-12

Fixed

  • Fix most issues related to dependency update, except hashbrown version (#349)

Other

  • Optimize field presence tracking of default/optional/extended fields (#324)

rasn-credssp

0.21.0 - 2024-11-12

Other

  • Update README.md

rasn-h282

0.8.0 - 2023-07-11

Other

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

rasn-kerberos

0.20.2 - 2024-10-18

Fixed

  • Run clippy and rustdoc only on stable channel in CI (#342)

rasn-ldap

0.21.0 - 2024-11-12

Fixed

  • (ldap) correct tag handing in Decoder and Encoder impls for LdapString (#369)

rasn-mib

0.11.0 - 2023-10-28

Other

  • Shared error module (#164)

rasn-smi

0.18.0 - 2024-09-17

Added

  • Constraint utilities, const default, more const functions (#321)

Fixed

  • [breaking] Remove Tag and TagTree from module root

rasn-ocsp

0.18.0 - 2024-09-17

Added

  • [breaking] Rework for SetOf type (#325)

rasn-smime

0.18.0 - 2024-09-17

Added

  • [breaking] Rework for SetOf type (#325)

rasn-snmp

0.21.0 - 2024-11-12

Other

  • Optimize field presence tracking of default/optional/extended fields (#324)


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-22T09-51-43Z branch 4 times, most recently from 1c738a3 to 908ab05 Compare November 25, 2024 11:04
@github-actions github-actions bot changed the title chore: release v0.21.1 chore: release v0.22.0 Nov 26, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-11-22T09-51-43Z branch from 908ab05 to 3567678 Compare November 26, 2024 09:54
@XAMPPRocky XAMPPRocky merged commit 87ae611 into main Nov 26, 2024
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