## [v0.1.8](https://github.com/metabahn/corerb/releases/tag/2023-05-07) *released on 2023-05-07* * `fix` [#132](https://github.com/bryanp/corerb/pull/132) Fix state inheritence ([bryanp](https://github.com/bryanp)) ## [v0.1.7](https://github.com/metabahn/corerb/releases/tag/2021-11-23.1) *released on 2021-11-23* * `chg` [#109](https://github.com/metabahn/corerb/pull/109) Prefer `__send__` to `send` ([bryanp](https://github.com/bryanp)) ## [v0.1.6](https://github.com/metabahn/corerb/releases/tag/2021-11-02) *released on 2021-11-02* * `chg` [#97](https://github.com/metabahn/corerb/pull/97) Designate internal state with leading and trailing double underscores ([bryanp](https://github.com/bryanp)) ## [v0.1.5](https://github.com/metabahn/corerb/releases/tag/2021-10-22) *released on 2021-10-22* * `fix` [#88](https://github.com/metabahn/corerb/pull/88) Fix an issue causing state to be shared between sibling subclasses ([bryanp](https://github.com/bryanp)) ## [v0.1.4](https://github.com/metabahn/corerb/releases/tag/2021-09-30) *released on 2021-09-30* * `fix` [#85](https://github.com/metabahn/corerb/pull/85) Initialize with class-level state when available ([bryanp](https://github.com/bryanp)) ## [v0.1.3](https://github.com/metabahn/corerb/releases/tag/2021-09-28) *released on 2021-09-28* * `fix` [#84](https://github.com/metabahn/corerb/pull/84) Define core-local as a dependency of core-state ([bryanp](https://github.com/bryanp)) ## [v0.1.1](https://github.com/metabahn/corerb/releases/tag/2021-07-15) *released on 2021-07-15* * `fix` [#62](https://github.com/metabahn/corerb/pull/62) Correctly isolate class-level state on access ([bryanp](https://github.com/bryanp)) * `fix` [#55](https://github.com/metabahn/corerb/pull/55) Correctly forward arguments to super initialize ([bryanp](https://github.com/bryanp)) ## [v0.1.0](https://github.com/metabahn/corerb/releases/tag/2021-07-07) *released on 2021-07-07* * `fix` [#48](https://github.com/metabahn/corerb/pull/48) Correctly copy defined state when a stateful object is copied ([bryanp](https://github.com/bryanp)) * `chg` [#44](https://github.com/metabahn/corerb/pull/44) Drop Ruby 2.6 support from core-state ([bryanp](https://github.com/bryanp)) ## [v0.0.0](https://github.com/metabahn/corerb/releases/tag/2021-05-22) *released on 2021-05-22* * `add` [#31](https://github.com/metabahn/corerb/pull/31) Initial implementation of core-state ([bryanp](https://github.com/bryanp))