gstore 0.6.7

Global and local state management in redux style for GTK applications written in Rust
Documentation
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.6.7 - 2022-01-23
#### Bug Fixes
- Allow dispatch from selectors - (b0511ea) - Florian Loers
- - -

## v0.6.6 - 2022-01-22
#### Documentation
- Fix counter example - (2d6aebd) - Florian Loers
- - -

## v0.6.5 - 2022-01-22
#### Continuous Integration
- Fix target cleanup adter release - (4c2e895) - Florian Loers
- - -

## v0.6.4 - 2022-01-22
#### Continuous Integration
- Cleanup target cache after release - (f618a56) - Florian Loers
- - -

## v0.6.3 - 2022-01-22
#### Bug Fixes
- Dispatch from reducer and selector is ignored - (bcd11a4) - Florian Loers
- - -

## v0.6.2 - 2022-01-17
#### Miscellaneous Chores
- Revert Upgrade GTK version - (088c1b1) - Florian Loers
- - -

## v0.6.1 - 2022-01-17
#### Miscellaneous Chores
- Upgrade GTK  version - (dbeede2) - Florian Loers
- - -

## v0.6.0 - 2022-01-17
#### Continuous Integration
- Fix duplicate and missing pipline triggers - (d5ff725) - Florian Loers
- Skip container build after release - (43ed285) - Florian Loers
#### Features
- Add default_state argument to init_store. - (f09fa2f) - Florian Loers
- - -

## v0.5.6 - 2022-01-16
#### Continuous Integration
- Improve pipeline setup - (e3bf006) - Florian Loers
#### Documentation
- Update counter example - (ddb1c1a) - Florian Loers
- Update license headers - (6833615) - Florian Loers
#### Miscellaneous Chores
- Remove aarch64 ci container - (7d4a11e) - Florian Loers
- - -

## v0.5.5 - 2022-01-13
#### Miscellaneous Chores
- Implement Display trait for actions - (85d2922) - Florian Loers
- - -

## v0.5.4 - 2022-01-13
#### Bug Fixes
- Middlewares can dispatch during initialization - (453d84f) - Florian Loers
- - -

## v0.5.3 - 2022-01-12
#### Documentation
- Fix README example - (a02d202) - Florian Loers
#### Miscellaneous Chores
- Fix license field in manifest - (a9088be) - Florian Loers
- - -

## v0.5.2 - 2022-01-12
#### Bug Fixes
- Fix rustdoc generation - (169bfb3) - Florian Loers
- - -

## v0.5.1 - 2022-01-12
#### Miscellaneous Chores
- Correct license field in Cargo.toml - (72da656) - Florian Loers
- - -

## v0.5.0 - 2022-01-12
#### Features
- Refocus gstore to only implement the flux pattern for gtk-rust-app crate - (1d62943) - Florian Loers
- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).