[ANN] rasn1 0.10.0 released

rasn1 0.10.0 has been released.

* home: <GitHub - sdaubert/rasn1: Ruby ASN.1 library>
* bugs: <Issues · sdaubert/rasn1 · GitHub>
* doc: <Home · sdaubert/rasn1 Wiki · GitHub>

RASN1 is a pure ruby ASN.1 library. RASN1 helps to create ASN.1 parsers
and encoders.

Changes:

### 0.10.0 / 2022-03-11

* API break: behavior change of Types::SequenceOf#<< when it is a sequence of primitives (in ASN.1 context). Now, #<< acts as Array#<< by appending only one item to the sequence. It accepts either a primitive type object or its ruby equivalent one.
* Fix Types::Sequence#[] when indexing with an integer. It always returned nil.